1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2026-01-06 11:41:12 +03:00

Created customary ChangeLog.d entry.

Signed-off-by: Leonid Rozenboim <leonid.rozenboim@oracle.com>
This commit is contained in:
Leonid Rozenboim
2022-04-22 16:36:24 -07:00
committed by Andrzej Kurek
parent 116f50cd96
commit 56e01f37a8

View File

@@ -0,0 +1,4 @@
Bugfix
* Fixed resource leaks in mbedtls_pk_parse_public_key(),
mbedtls_ssl_cache_set() for certain error conditions,
flagged by a static analyzer.