From ab6a035a06a777fa2526042336fec0e4782e1b0b Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Sun, 28 Feb 2021 17:18:50 +0900 Subject: Update ChangeLog --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 283cf86..1126a6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2021-02-28 Tatsuya Kinoshita + + * libwc/utf7.c, libwc/utf8.c: + Prevent unintentional integer overflow in libwc. + + * Str.c: Prevent unintentional integer overflow in Strcat_charp_n. + Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31500 + + * Str.c: Prevent unintentional integer overflow in Strgrow. + Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31467 + 2021-02-27 Tatsuya Kinoshita * Str.c: One more fix overflow due to Strgrow. -- cgit v1.2.3