diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2021-04-03 10:45:48 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2021-04-03 10:45:48 +0000 |
commit | 36ced394f62e3f5bb987a428e005655331cf2b20 (patch) | |
tree | 7c1a4b95a01940be473922c2c640257bd8ee619f | |
parent | Limit size and number of tables to prevent integer overflow (diff) | |
download | w3m-36ced394f62e3f5bb987a428e005655331cf2b20.tar.gz w3m-36ced394f62e3f5bb987a428e005655331cf2b20.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |