aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2016-12-17 16:26:26 +0000
committerTatsuya Kinoshita <tats@debian.org>2016-12-17 16:26:26 +0000
commitf33b7b2df0a125ae72b1d61d88e2c511f425b228 (patch)
treeb3df49f4f42ba25c79525d40089ba6575527331d
parentPrevent heap-use-after-free read in HTMLlineproc0() (diff)
downloadw3m-f33b7b2df0a125ae72b1d61d88e2c511f425b228.tar.gz
w3m-f33b7b2df0a125ae72b1d61d88e2c511f425b228.zip
Update ChangeLog
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 078aa1b..13d3720 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2016-12-18 Tatsuya Kinoshita <tats@debian.org>
+
+ * file.c: Prevent heap-use-after-free read in HTMLlineproc0().
+ Bug-Debian: https://github.com/tats/w3m/issues/81
+
+ * file.c: Prevent infinite loop in feed_textarea().
+ Bug-Debian: https://github.com/tats/w3m/issues/85
+
+ * form.c:
+ Revert "Prevent overflow beyond the end of string in form_update_line()".
+ This reverts commit 9ccaa1dd0dac6f9b35a649ae9901c225421500f6.
+
+ * form.c:
+ Revert "Prevent overflow beyond the end of string in form_update_line()".
+ This reverts commit e0efc127ff20cbeb931847af1c9b353056340fbd.
+
2016-12-15 Tatsuya Kinoshita <tats@debian.org>
* libwc/wtf.c: