Improve Changelog

Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
Paul Elliott 2022-05-13 17:17:30 +01:00 committed by Andrzej Kurek
parent 072d2b094d
commit b7aba1a584

View File

@ -1,4 +1,6 @@
Bugfix Bugfix
* Fixed resource leaks in mbedtls_pk_parse_public_key(), * Fixed resource leaks in mbedtls_pk_parse_public_key() under
mbedtls_ssl_cache_set() for certain error conditions, certain error conditions.
flagged by a static analyzer. Security
* Fix potential memory leak inside mbedtls_ssl_cache_set() with
invalid session id len.