aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2021-04-03 10:45:48 +0000
committerTatsuya Kinoshita <tats@debian.org>2021-04-03 10:45:48 +0000
commit36ced394f62e3f5bb987a428e005655331cf2b20 (patch)
tree7c1a4b95a01940be473922c2c640257bd8ee619f /ChangeLog
parentLimit size and number of tables to prevent integer overflow (diff)
downloadw3m-36ced394f62e3f5bb987a428e005655331cf2b20.tar.gz
w3m-36ced394f62e3f5bb987a428e005655331cf2b20.zip
Update ChangeLog
Diffstat (limited to '')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a648cbb..4e132c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-04-03 Tatsuya Kinoshita <tats@debian.org>
+
+ * file.c, table.c, table.h:
+ Limit size and number of tables to prevent integer overflow.
+
2021-03-30 Tatsuya Kinoshita <tats@debian.org>
* table.c, table.h: Treat table height as int instead of short.