aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2016-11-15 15:08:24 +0000
committerTatsuya Kinoshita <tats@debian.org>2016-11-15 15:08:24 +0000
commit81a293282941d804d57c56b8a8b9e6dd24b359ec (patch)
treeae5718b5bb468b45cba6cfc9ff9517fabea21f29
parentPrevent deref null pointer in renderCoTable() (diff)
downloadw3m-81a293282941d804d57c56b8a8b9e6dd24b359ec.tar.gz
w3m-81a293282941d804d57c56b8a8b9e6dd24b359ec.zip
Update ChangeLog
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8261085..d4de303 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2016-11-15 Tatsuya Kinoshita <tats@debian.org>
+ * table.c: Prevent deref null pointer in renderCoTable().
+ Bug-Debian: https://github.com/tats/w3m/issues/20#issuecomment-260649537
+
* 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