diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2021-03-11 10:35:46 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2021-03-11 10:35:46 +0000 |
commit | 21ae5fb36553fed0e3f47dac10ec3a674f5b456c (patch) | |
tree | 56d1bba9ba6b57e0f1f84321fa2b0cfaca9bbd94 | |
parent | Prevent index overflow due to tag_map in libwc (diff) | |
download | w3m-21ae5fb36553fed0e3f47dac10ec3a674f5b456c.tar.gz w3m-21ae5fb36553fed0e3f47dac10ec3a674f5b456c.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,6 +1,13 @@ +2021-03-11 Tatsuya Kinoshita <tats@debian.org> + + * libwc/ucs.c, libwc/ucs.h: + Prevent index overflow due to tag_map in libwc. + Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31936 + 2021-03-06 Tatsuya Kinoshita <tats@debian.org> * fuzz/fuzz-conv.c: Set GC_oom_fn in fuzzing. + Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31500 * fuzz/fuzz-conv.c: Call GC_INIT() in fuzzing. |