Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix possible race condition at exit with OpenSSL #1300

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

paullouisageneau
Copy link
Owner

This PR disables the OpenSSL atexit handler to prevent a possible race condition.

Note the OpenSSL documentation discourages libraries from calling OPENSSL_cleanup() directly.

Fixes #1299

@paullouisageneau paullouisageneau merged commit f3db768 into v0.22 Dec 4, 2024
11 checks passed
@paullouisageneau paullouisageneau deleted the fix-openssl-atexit branch December 4, 2024 09:17
@paullouisageneau paullouisageneau linked an issue Dec 4, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Program exits with SIGABRT or SIGSEGV when using libnice
1 participant