From 1ab9b5714852c6810c0a0bfd8c3b5c60a9a15482 Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Thu, 28 Jun 2018 12:10:56 +0100 Subject: [PATCH] Add a ChangeLog entry for memory leak in mbedtls_x509_csr_parse() --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 74cdfd047..44533d2ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,6 +16,8 @@ Bugfix contributed by tabascoeye in pull request #1600. * Clarify documentation for mbedtls_ssl_write() to include 0 as a valid return value. Found by @davidwu2000. #839 + * Fix a memory leak in mbedtls_x509_csr_parse(), found by catenacyber, + Philippe Antoine. Fixes #1623. Changes * Change the shebang line in Perl scripts to look up perl in the PATH.