dinhvh / libetpan

Mail Framework for C Language
www.etpan.org
Other
612 stars 283 forks source link

Fix potential null pointer deference #348

Closed raniervf closed 4 years ago

raniervf commented 4 years ago

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