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

segfault issue #44

Merged

Conversation

night1rider
Copy link

@night1rider night1rider commented Aug 4, 2023

Found that in some scenarios that not using ffi.release to free the resources will result in a segfault during the garbage collection stage of python. This issue was specifically found in urllib3 tests when using tlsv13.

Reference: https://cffi.readthedocs.io/en/latest/ref.html#ffi-release-and-the-context-manager

@night1rider night1rider self-assigned this Aug 4, 2023
@night1rider night1rider assigned cconlon and wolfSSL-Bot and unassigned night1rider Aug 4, 2023
@night1rider night1rider marked this pull request as ready for review August 4, 2023 19:58
Copy link
Contributor

@lealem47 lealem47 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Customer in zd#16559 confirmed fix

@JacobBarthelmeh JacobBarthelmeh merged commit 9573327 into wolfSSL:master Aug 14, 2023
1 check passed
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.

5 participants