Add Changelog entry for #3312

Signed-off-by: sander-visser <github@visser.se>
This commit is contained in:
sander-visser 2020-05-07 20:09:14 +02:00
parent b8aa2071f6
commit c64b72394d

View file

@ -0,0 +1,3 @@
Bugfix
* Avoid NULL pointer dereferencing if mbedtls_ssl_free() is called with a
NULL pointer argument. Contributed by Sander Visser in #3312.