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 potential null pointer deference #348

Merged
merged 1 commit into from
Apr 29, 2020
Merged

Conversation

raniervf
Copy link
Contributor

If SSL_MODE_RELEASE_BUFFERS is defined, var ssl_conn can be NULL, and a null pointer deferenced can raise.

If SSL_MODE_RELEASE_BUFFERS is defined, var ssl_conn can be NULL, and a null pointer deferenced can raise.
@dinhvh dinhvh merged commit 720e92e into dinhvh:master Apr 29, 2020
dsanghan pushed a commit to canarymail/libetpan that referenced this pull request Sep 6, 2022
If SSL_MODE_RELEASE_BUFFERS is defined, var ssl_conn can be NULL, and a null pointer deferenced can raise.
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.

None yet

2 participants