diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2021-02-26 10:40:53 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2021-02-26 10:40:53 +0000 |
commit | 1256cd6d0d16884a1d307b207d856f51feb3906a (patch) | |
tree | 1e912bd84c0dfe0ff67fd5f8ba0b1073b08451aa /ChangeLog | |
parent | Fix potential overflow due to Str.c (diff) | |
download | w3m-1256cd6d0d16884a1d307b207d856f51feb3906a.tar.gz w3m-1256cd6d0d16884a1d307b207d856f51feb3906a.zip |
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2021-02-26 Tatsuya Kinoshita <tats@debian.org> + + * Str.c: Fix potential overflow due to Str.c. + + * Str.c: Fix integer overflow due to Strgrow. + Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31397 + 2021-02-24 Tatsuya Kinoshita <tats@debian.org> * doc-jp/README.SSL: Simplify doc for SSL. |