From 4430b2548c8cd078c60acb4c63b17c258b2e9a14 Mon Sep 17 00:00:00 2001 From: Jaeden Amero Date: Mon, 8 Apr 2019 11:23:50 +0100 Subject: [PATCH] Give credit to OSS-Fuzz for #2404 Add "Credit to OSS-Fuzz", in addition to Guido Vranken, for identifying bug #2404. --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 54971ae99..ea73951b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,7 +24,8 @@ Bugfix * Fix potential memory leak in X.509 self test. Found and fixed by Junhwan Park, #2106. * Fix 1-byte buffer overflow in mbedtls_mpi_write_string() when - used with negative inputs. Found by Guido Vranken in #2404. + used with negative inputs. Found by Guido Vranken in #2404. Credit to + OSS-Fuzz. * Fix bugs in the AEAD test suite which would be exposed by ciphers which either used both encrypt and decrypt key schedules, or which perform padding. GCM and CCM were not affected. Fixed by Jack Lloyd.