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
* Fixed resource leaks in mbedtls_pk_parse_public_key(),
mbedtls_ssl_cache_set() for certain error conditions,
flagged by a static analyzer.
* Fixed resource leaks in mbedtls_pk_parse_public_key() under
certain error conditions.
Security
* Fix potential memory leak inside mbedtls_ssl_cache_set() with
invalid session id len.