1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Add a changelog entry for pkparse bugs

Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
Andrzej Kurek
2022-07-05 10:28:46 -04:00
parent b39b499932
commit cd5e671b5a
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Bugfix
* Fix resource leaks in mbedtls_pk_parse_public_key() in low
memory conditions.