aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2021-03-23 10:13:52 +0000
committerTatsuya Kinoshita <tats@debian.org>2021-03-23 10:13:52 +0000
commit16d0f20fc0aa946e7915b1d8156eddc92f76f963 (patch)
tree715369b542a62954d327df197655a4068a808f0a /ChangeLog
parentReduce memory reallocation due to Strgrow (diff)
downloadw3m-16d0f20fc0aa946e7915b1d8156eddc92f76f963.tar.gz
w3m-16d0f20fc0aa946e7915b1d8156eddc92f76f963.zip
Update ChangeLog
Diffstat (limited to '')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2eb0671..40b5a00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.