From 3e87a9f57f5103403ac4323f6fb86a4ceb64fc8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Wed, 3 Jun 2015 09:48:26 +0100 Subject: [PATCH] FIx misplaced Changelog entry (oops) --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b061da31e..2b5625ec1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -35,6 +35,8 @@ Features errors on use of deprecated functions. Bugfix + * Fix bug in entropy.c when THREADING_C is also enabled that caused + entropy_free() to crash (thanks to Rafał Przywara). * Fix memory leak when gcm_setkey() and ccm_setkey() are used more than once on the same context. * Fix bug in ssl_mail_client when password is longer that username (found @@ -127,8 +129,6 @@ Features ciphersuite/certificate. Bugfix - * Fix bug in entropy.c when THREADING_C is also enabled that caused - entropy_free() to crash (thanks to Rafał Przywara). * Stack buffer overflow if ctr_drbg_update() is called with too large add_len (found by Jean-Philippe Aumasson) (not triggerable remotely). * Possible buffer overflow of length at most POLARSSL_MEMORY_ALIGN_MULTIPLE