diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2021-02-28 08:18:50 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2021-02-28 08:18:50 +0000 |
commit | ab6a035a06a777fa2526042336fec0e4782e1b0b (patch) | |
tree | 3c98881ee353b20c1481a3ffcd61d7bd2cb9fe14 /ChangeLog | |
parent | Prevent unintentional integer overflow in libwc (diff) | |
download | w3m-ab6a035a06a777fa2526042336fec0e4782e1b0b.tar.gz w3m-ab6a035a06a777fa2526042336fec0e4782e1b0b.zip |
Update ChangeLog
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2021-02-28 Tatsuya Kinoshita <tats@debian.org> + + * 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 <tats@debian.org> * Str.c: One more fix overflow due to Strgrow. |