diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2021-03-23 10:13:52 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2021-03-23 10:13:52 +0000 |
commit | 16d0f20fc0aa946e7915b1d8156eddc92f76f963 (patch) | |
tree | 715369b542a62954d327df197655a4068a808f0a /ChangeLog | |
parent | Reduce memory reallocation due to Strgrow (diff) | |
download | w3m-16d0f20fc0aa946e7915b1d8156eddc92f76f963.tar.gz w3m-16d0f20fc0aa946e7915b1d8156eddc92f76f963.zip |
Update ChangeLog
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2021-03-23 Tatsuya Kinoshita <tats@debian.org> + + * Str.c: Reduce memory reallocation due to Strgrow. + + * libwc/ucs.c: + Prevent unneeded memory allocation for language tags in libwc. + cf. https://oss-fuzz.com/testcase-detail/6275874304425984 + Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31397 + 2021-03-22 Tatsuya Kinoshita <tats@debian.org> * libwc/ucs.c: Prevent very long language tag in libwc. |