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

Prevent crash when reading cert file on Apple's Network framework SSL backend #3664

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

trengginas
Copy link
Member

This is to fix #3617.
The crash happened here.

This is because the object returned (identity) might get disposed prior to calling the method. ref.

@trengginas trengginas added this to the release-2.14 milestone Aug 18, 2023
@trengginas trengginas self-assigned this Aug 18, 2023
@trengginas trengginas merged commit af82c90 into master Aug 22, 2023
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pjsua_transport_create() crashes when using a .p12 certificate on iOS
3 participants