mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-25 16:45:29 +00:00
Fix credit in ChangeLog for #722
This commit is contained in:
parent
5708dcb368
commit
d02dc14c94
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ Bugfix
|
||||||
Li/Yueh-Hsun Lin, KNOX Security, Samsung Research America.
|
Li/Yueh-Hsun Lin, KNOX Security, Samsung Research America.
|
||||||
* Fix potential memory leak in mbedtls_x509_crl_parse(). The leak was caused
|
* Fix potential memory leak in mbedtls_x509_crl_parse(). The leak was caused
|
||||||
by missing calls to mbedtls_pem_free() in cases when a
|
by missing calls to mbedtls_pem_free() in cases when a
|
||||||
MBEDTLS_ERR_PEM_NO_HEADER_FOOTER_PRESENT error was encountered.
|
MBEDTLS_ERR_PEM_NO_HEADER_FOOTER_PRESENT error was encountered. Found and
|
||||||
|
fix proposed by Guido Vranken. #722
|
||||||
|
|
||||||
= mbed TLS 2.4.1 branch released 2016-12-13
|
= mbed TLS 2.4.1 branch released 2016-12-13
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue