From 4bf9c5fffce549f371604c93f4eaf7f251eb0030 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Fri, 5 Mar 2021 07:00:32 +0900 Subject: Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 68be288..5f38799 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2021-03-04 Tatsuya Kinoshita + * Str.c: Prevent redundant memory reallocation in Str.c. + * Str.c: Prevent unneeded Strgrow in Strinsert_char. * Str.c: Consider Strgrow overflow in Strinsert_char. @@ -7,6 +9,7 @@ 2021-03-03 Tatsuya Kinoshita * Str.c: Prevent unneeded memory allocation in Strgrow. + Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31664 2021-03-02 Tatsuya Kinoshita -- cgit v1.2.3