Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

(0.20.0) Add openssl thread synchronization to fix crashes #39

Merged
merged 2 commits into from
Apr 8, 2020

Conversation

pshipton
Copy link
Member

@pshipton pshipton commented Apr 7, 2020

Openssl 1.0.2 is not safely used in multi-thread application.
The change adds threadid and locking callback functions to provide
thread-safety when openssl 1.0.2 is used. It fixes issue eclipse-openj9/openj9#8373,
test crash in openjdk, jdk_net_0,
com/sun/net/httpserver/Test9a.java

Cherry pick of #34 and #37 for the 0.20 release.

Chao Shan and others added 2 commits April 7, 2020 13:06
Openssl 1.0.2 is not safely used in multi-thread application.
The change adds threadid and locking callback functions to provide
thread-safety when openssl 1.0.2 is used. It fixes issue 8373,
test crash in openjdk, jdk_net_0,
com/sun/net/httpserver/Test9a.java

Signed-off-by: Chao Shan <chao.shan@ibm.com>
Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
@pshipton pshipton requested a review from keithc-ca April 8, 2020 13:37
@keithc-ca keithc-ca self-assigned this Apr 8, 2020
@keithc-ca keithc-ca merged commit 045c8dd into ibmruntimes:openj9-0.20.0 Apr 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants