mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-29 08:24:28 +01:00
Rephrase Changelog entry Bugfix->Changes
This commit is contained in:
parent
f4659efedc
commit
71830318d3
@ -2,9 +2,9 @@ mbed TLS ChangeLog (Sorted per branch, date)
|
|||||||
|
|
||||||
= mbed TLS 2.x.x branch released xxxx-xx-xx
|
= mbed TLS 2.x.x branch released xxxx-xx-xx
|
||||||
|
|
||||||
Bugfix
|
Changes
|
||||||
* Fix possible memory leak in mbedtls_ssl_config_free().
|
* Harden mbedtls_ssl_config_free() against misuse, so that it doesn't
|
||||||
This can occur only if the user doesn't use mbedtls_ssl_conf_psk() and
|
leak memory in case the user doesn't use mbedtls_ssl_conf_psk() and
|
||||||
instead incorrectly manipulates conf->psk and/or conf->psk_identity
|
instead incorrectly manipulates conf->psk and/or conf->psk_identity
|
||||||
directly. Found and fix submitted by junyeonLEE in #1220.
|
directly. Found and fix submitted by junyeonLEE in #1220.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user