From b461ba5630d1acf0ac4ee4df17f192c795395763 Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Thu, 28 Jun 2018 12:14:07 +0100 Subject: [PATCH] Adds referene in ChangeLog for issue #1623 --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 84d4ceee8d..24d20503a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,7 +4,7 @@ mbed TLS ChangeLog (Sorted per branch, date) Bugfix * Fix a memory leak in mbedtls_x509_csr_parse(), found by catenacyber, - Philippe Antoine. + Philippe Antoine. Fixes #1623. * Clarify documentation for mbedtls_ssl_write() to include 0 as a valid return value. Found by @davidwu2000. #839 * Fix the key_app_writer example which was writing a leading zero byte which