mbedtls/ChangeLog.d/fix-null-ptr-deref-in-mbedtls_ssl_free.txt

3 lines
150 B
Plaintext
Raw Normal View History

Bugfix
* Avoid NULL pointer dereferencing if mbedtls_ssl_free() is called with a
NULL pointer argument. Contributed by Sander Visser in #3312.