aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-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.