aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 283cf86..a2fcd9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2021-02-28 Tatsuya Kinoshita <tats@debian.org>
+
+ * Str.c: Prevent zero size allocation in Str.c.
+
+ * po/de.po, po/ja.po, po/w3m.pot, po/zh_CN.po, po/zh_TW.po:
+ Update PO strings.
+
+ * doc-jp/README.SSL, fm.h, rc.c, url.c:
+ New option ssl_ca_default to explicitly use OpenSSL default paths.
+
+ * libwc/utf7.c, libwc/utf8.c:
+ Prevent unintentional integer overflow in libwc.
+
+ * Str.c: Prevent unintentional integer overflow in Strcat_charp_n.
+ Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31500
+
+ * Str.c: Prevent unintentional integer overflow in Strgrow.
+ Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31467
+
2021-02-27 Tatsuya Kinoshita <tats@debian.org>
* Str.c: One more fix overflow due to Strgrow.