aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2016-10-08 01:37:07 +0000
committerTatsuya Kinoshita <tats@debian.org>2016-10-08 01:37:07 +0000
commita42f6c452c12e60468ca891f2eceba5afbb01d6f (patch)
treee07bacf6050b6b1f187e769681b2d5d0d7e4d7cd
parentTreat table height as int instead of short (diff)
downloadw3m-a42f6c452c12e60468ca891f2eceba5afbb01d6f.tar.gz
w3m-a42f6c452c12e60468ca891f2eceba5afbb01d6f.zip
Update ChangeLog
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d02cf07..662a3f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2016-10-08 Tatsuya Kinoshita <tats@debian.org>
+
+ * table.c, table.h, textlist.h:
+ Treat table height as int instead of short.
+ Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838952
+
+ * form.c: Prevent global-buffer-overflow write in formUpdateBuffer.
+ Bug-Debian: https://github.com/tats/w3m/issues/29
+
+ * form.c: Fix null pointer dereference in formUpdateBuffer.
+ Bug-Debian: https://github.com/tats/w3m/issues/28
+
2016-08-30 Kuang-che Wu <kcwu@google.com>
* Str.c: Fix potential heap buffer corruption due to Strgrow.