diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2016-12-08 14:58:45 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2016-12-08 15:41:23 +0000 |
commit | 52e9fc6b44651e19ad03add885d6d337af9c952d (patch) | |
tree | 0da782b3b80bc64918e0b22c16e332bfb72bcdf7 /ChangeLog | |
parent | Prevent overflow beyond the end of string in form_update_line() (diff) | |
download | w3m-52e9fc6b44651e19ad03add885d6d337af9c952d.tar.gz w3m-52e9fc6b44651e19ad03add885d6d337af9c952d.zip |
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +2016-12-08 Tatsuya Kinoshita <tats@debian.org> + + * form.c: + Prevent overflow beyond the end of string in form_update_line(). + Bug-Debian: https://github.com/tats/w3m/issues/75 + + * table.c: Prevent overflow beyond the end of string in skip_space(). + Bug-Debian: https://github.com/tats/w3m/issues/74 + + * table.c: + Prevent overflow beyond the end of string in visible_length(). + Bug-Debian: https://github.com/tats/w3m/issues/73 + + * libwc/wtf.c: + Prevent overflow beyond the end of string in wtf_strwidth(). + Bug-Debian: https://github.com/tats/w3m/issues/57 + + * libwc/wtf.c: + Revert "Prevent overflow beyond the end of string in wtf_strwidth()". + This reverts commit d345c0950dfdef065b7377ecad0e4bc1d2601bf8. + 2016-12-07 Tatsuya Kinoshita <tats@debian.org> * file.c: Prevent heap-use-after-free in HTMLlineproc0(). |