mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 19:05:44 +00:00
Update change log
This commit is contained in:
parent
c2eddee456
commit
6cba569e3f
|
@ -2,6 +2,11 @@ mbed TLS ChangeLog (Sorted per branch, date)
|
||||||
|
|
||||||
= mbed TLS x.x.x branch released xxxx-xx-xx
|
= mbed TLS x.x.x branch released xxxx-xx-xx
|
||||||
|
|
||||||
|
Security
|
||||||
|
* Fix a potential memory leak in mbedtls_ssl_setup( ) function. An allocation
|
||||||
|
failure could leave an unreleased buffer. A handshake init failure would
|
||||||
|
lead to leaving two unreleased buffers.
|
||||||
|
|
||||||
Bugfix
|
Bugfix
|
||||||
* Change the shebang line in Perl scripts to look up perl in the PATH.
|
* Change the shebang line in Perl scripts to look up perl in the PATH.
|
||||||
Contributed by fbrosson in #1533.
|
Contributed by fbrosson in #1533.
|
||||||
|
|
Loading…
Reference in a new issue