diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2016-11-14 12:27:24 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2016-11-14 12:27:24 +0000 |
commit | 06caca13dd1d041b0e8bac862dd9068fce69b7a3 (patch) | |
tree | ea2a8edcad0f8324bd1d2a6b3ea988b505d563f5 /ChangeLog | |
parent | Prevent null pointer deref due to bad form id (diff) | |
download | w3m-06caca13dd1d041b0e8bac862dd9068fce69b7a3.tar.gz w3m-06caca13dd1d041b0e8bac862dd9068fce69b7a3.zip |
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2016-11-14 Tatsuya Kinoshita <tats@debian.org> + + * file.c: Prevent null pointer deref due to bad form id. + Bug-Debian: https://github.com/tats/w3m/issues/39 + + * display.c, file.c, fm.h, symbol.c: + Prevent array index out of bounds for symbol. + Bug-Debian: https://github.com/tats/w3m/issues/38 + 2016-11-13 Tatsuya Kinoshita <tats@debian.org> * file.c: |