mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-14 01:15:44 +00:00
Fix credit in ChangeLog for #722
This commit is contained in:
parent
03af0e0151
commit
bfef0ce5e4
|
@ -39,7 +39,8 @@ Bugfix
|
||||||
cause buffer bound checks to be bypassed. Found by Eyal Itkin.
|
cause buffer bound checks to be bypassed. Found by Eyal Itkin.
|
||||||
* Fix potential memory leak in x509_crl_parse(). The leak was caused by
|
* Fix potential memory leak in x509_crl_parse(). The leak was caused by
|
||||||
missing calls to pem_free() in cases when a
|
missing calls to pem_free() in cases when a
|
||||||
POLARSSL_ERR_PEM_NO_HEADER_FOOTER_PRESENT error was encountered.
|
POLARSSL_ERR_PEM_NO_HEADER_FOOTER_PRESENT error was encountered. Found and
|
||||||
|
fix proposed by Guido Vranken. #722
|
||||||
|
|
||||||
= mbed TLS 1.3.18 branch 2016-10-17
|
= mbed TLS 1.3.18 branch 2016-10-17
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue