commit | 6cba569e3f9a08efe6d8a92e288a5b5bbff0364a | [log] [tgz] |
---|---|---|
author | k-stachowiak <krzysiek.stachowiak@gmail.com> | Mon Jul 09 14:45:00 2018 +0200 |
committer | k-stachowiak <krzysiek.stachowiak@gmail.com> | Mon Jul 09 14:45:00 2018 +0200 |
tree | d96d63b01685c56ce8465071d812e849b86b2985 | |
parent | c2eddee4569087260e1e579a32c3882d1f54e16c [diff] |
Update change log
diff --git a/ChangeLog b/ChangeLog index 4940016..6c2cd9b 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -2,6 +2,11 @@ = 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 * Change the shebang line in Perl scripts to look up perl in the PATH. Contributed by fbrosson in #1533.