diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2021-03-21 14:49:08 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2021-03-21 14:49:08 +0000 |
commit | c62ea96b67fa53e4758cbc9f2f1bb1841841ae4e (patch) | |
tree | 8d6752dd50ddb54dc8bc6134b4e6f38d4253dcfd /ChangeLog | |
parent | Check STR_SIZE_MAX in Strcat_char (diff) | |
download | w3m-c62ea96b67fa53e4758cbc9f2f1bb1841841ae4e.tar.gz w3m-c62ea96b67fa53e4758cbc9f2f1bb1841841ae4e.zip |
Update ChangeLog
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,10 +1,16 @@ +2021-03-21 Tatsuya Kinoshita <tats@debian.org> + + * Str.c, Str.h: Check STR_SIZE_MAX in Strcat_char. + 2021-03-20 Tatsuya Kinoshita <tats@debian.org> * Str.c: Prevent very small allocation in Str.c. + Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31397 2021-03-19 Tatsuya Kinoshita <tats@debian.org> * Str.c: Decrease STR_SIZE_MAX to prevent large memory usage. + Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31468 2021-03-14 Tatsuya Kinoshita <tats@debian.org> |