diff --git a/ChangeLog b/ChangeLog index a648cbb..4e132c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2021-04-03 Tatsuya Kinoshita + + * file.c, table.c, table.h: + Limit size and number of tables to prevent integer overflow. + 2021-03-30 Tatsuya Kinoshita * table.c, table.h: Treat table height as int instead of short.