aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: