aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2021-03-27 11:08:06 +0000
committerTatsuya Kinoshita <tats@debian.org>2021-03-27 11:08:06 +0000
commit292894146a020e111674bf69bdacf458cb84bcc5 (patch)
tree767a9da334038e3bc016d2723e443b65389a699d
parentFix potential integer overflow in allocStr (diff)
downloadw3m-292894146a020e111674bf69bdacf458cb84bcc5.tar.gz
w3m-292894146a020e111674bf69bdacf458cb84bcc5.zip
Update ChangeLog
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b41552e..7b8eaa7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-03-27 Tatsuya Kinoshita <tats@debian.org>
+
+ * indep.c: Fix potential integer overflow in allocStr.
+
2021-03-26 Tatsuya Kinoshita <tats@debian.org>
* main.c: Ignore the "-" option to accept `w3m -` as "read from stdin".