aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2016-12-08 14:58:45 +0000
committerTatsuya Kinoshita <tats@debian.org>2016-12-08 15:41:23 +0000
commit52e9fc6b44651e19ad03add885d6d337af9c952d (patch)
tree0da782b3b80bc64918e0b22c16e332bfb72bcdf7 /ChangeLog
parentPrevent overflow beyond the end of string in form_update_line() (diff)
downloadw3m-52e9fc6b44651e19ad03add885d6d337af9c952d.tar.gz
w3m-52e9fc6b44651e19ad03add885d6d337af9c952d.zip
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f30e598..f6c384f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2016-12-08 Tatsuya Kinoshita <tats@debian.org>
+
+ * form.c:
+ Prevent overflow beyond the end of string in form_update_line().
+ Bug-Debian: https://github.com/tats/w3m/issues/75
+
+ * table.c: Prevent overflow beyond the end of string in skip_space().
+ Bug-Debian: https://github.com/tats/w3m/issues/74
+
+ * table.c:
+ Prevent overflow beyond the end of string in visible_length().
+ Bug-Debian: https://github.com/tats/w3m/issues/73
+
+ * libwc/wtf.c:
+ Prevent overflow beyond the end of string in wtf_strwidth().
+ Bug-Debian: https://github.com/tats/w3m/issues/57
+
+ * libwc/wtf.c:
+ Revert "Prevent overflow beyond the end of string in wtf_strwidth()".
+ This reverts commit d345c0950dfdef065b7377ecad0e4bc1d2601bf8.
+
2016-12-07 Tatsuya Kinoshita <tats@debian.org>
* file.c: Prevent heap-use-after-free in HTMLlineproc0().