aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2016-12-24 12:32:19 +0000
committerTatsuya Kinoshita <tats@debian.org>2016-12-24 12:32:19 +0000
commiteb4a3813807f7ea0ac9766a863406202097a01f2 (patch)
tree9d12f6c573848d212639ead0668a5f77064922d1
parentPrevent overflow beyond the end of string in wtf_parse1() (diff)
downloadw3m-eb4a3813807f7ea0ac9766a863406202097a01f2.tar.gz
w3m-eb4a3813807f7ea0ac9766a863406202097a01f2.zip
Update ChangeLog
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 015517b..c3919c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2016-12-24 Tatsuya Kinoshita <tats@debian.org>
+
+ * libwc/wtf.c:
+ Prevent overflow beyond the end of string in wtf_parse1().
+ Bug-Debian: https://github.com/tats/w3m/issues/68
+
+ * libwc/wtf.c:
+ Revert "Prevent overflow beyond the end of string in wtf_parse1()".
+ This reverts commit 998b6f91d4b02e8bf90b7744dfabc8cccdf9d4f9.
+ Bug-Debian: https://github.com/tats/w3m/issues/86
+ cf. http://emacs-w3m.namazu.org/ml/msg12505.html
+
+ * form.c:
+ Preserve one byte for end of string character in form_update_line().
+ Bug-Debian: https://github.com/tats/w3m/issues/68#issuecomment-266214643
+
+ * form.c:
+ Prevent invalid form_update_line() call in formUpdateBuffer().
+ Bug-Debian: https://github.com/tats/w3m/issues/82
+
2016-12-20 Tatsuya Kinoshita <tats@debian.org>
* form.c: