aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2016-11-15 11:19:38 +0000
committerTatsuya Kinoshita <tats@debian.org>2016-11-15 11:19:38 +0000
commit08285d6a189e5980fe3bd2e0b3a5ffeb7acca2ac (patch)
tree6bd77ba073c06a2804bf0c6ed82d7e312b7bebb1 /ChangeLog
parentPrevent infinite recursion with nested table and textarea (diff)
downloadw3m-08285d6a189e5980fe3bd2e0b3a5ffeb7acca2ac.tar.gz
w3m-08285d6a189e5980fe3bd2e0b3a5ffeb7acca2ac.zip
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de9e6ab..8261085 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2016-11-15 Tatsuya Kinoshita <tats@debian.org>
+
+ * file.c, proto.h, table.c:
+ Prevent infinite recursion with nested table and textarea.
+ Bug-Debian: https://github.com/tats/w3m/issues/20#issuecomment-260590257
+
+ * table.c:
+ Revert "Prevent infinite recursion with nested table and textarea".
+ This reverts commit f393faf55975a94217df479e1bd06ee4403c6958.
+
+ * anchor.c: Prevent deref null pointer in shiftAnchorPosition().
+ Bug-Debian: https://github.com/tats/w3m/issues/40
+
2016-11-14 Tatsuya Kinoshita <tats@debian.org>
* file.c: Prevent null pointer deref due to bad form id.