From f9c94b0bd6179e05428b79eac9256e79d85d3964 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Fri, 19 Jul 2019 17:24:55 +0200 Subject: [PATCH] Add ChangeLog entry for undefined behavior fix in test_suite_nist_kw --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 01da44389..4cfee379b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,7 @@ Bugfix * Enable Suite B with subset of ECP curves. Make sure the code compiles even if some curves are not defined. Fixes #1591 reported by dbedev. * Fix misuse of signed arithmetic in the HAVEGE module. #2598 + * Fix undefined memset(NULL) call in test_suite_nist_kw. Changes * Make it easier to define MBEDTLS_PARAM_FAILED as assert (which config.h