diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2021-03-04 22:00:32 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2021-03-04 22:00:32 +0000 |
commit | 4bf9c5fffce549f371604c93f4eaf7f251eb0030 (patch) | |
tree | 0e80ade9a1315512c4c46d6fbdd47720b8e166c7 /ChangeLog | |
parent | Prevent redundant memory reallocation in Str.c (diff) | |
download | w3m-4bf9c5fffce549f371604c93f4eaf7f251eb0030.tar.gz w3m-4bf9c5fffce549f371604c93f4eaf7f251eb0030.zip |
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2021-03-04 Tatsuya Kinoshita <tats@debian.org> + * 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 <tats@debian.org> * 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 <tats@debian.org> |