diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2016-12-17 16:26:26 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2016-12-17 16:26:26 +0000 |
commit | f33b7b2df0a125ae72b1d61d88e2c511f425b228 (patch) | |
tree | b3df49f4f42ba25c79525d40089ba6575527331d | |
parent | Prevent heap-use-after-free read in HTMLlineproc0() (diff) | |
download | w3m-f33b7b2df0a125ae72b1d61d88e2c511f425b228.tar.gz w3m-f33b7b2df0a125ae72b1d61d88e2c511f425b228.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2016-12-18 Tatsuya Kinoshita <tats@debian.org> + + * file.c: Prevent heap-use-after-free read in HTMLlineproc0(). + Bug-Debian: https://github.com/tats/w3m/issues/81 + + * file.c: Prevent infinite loop in feed_textarea(). + Bug-Debian: https://github.com/tats/w3m/issues/85 + + * form.c: + Revert "Prevent overflow beyond the end of string in form_update_line()". + This reverts commit 9ccaa1dd0dac6f9b35a649ae9901c225421500f6. + + * form.c: + Revert "Prevent overflow beyond the end of string in form_update_line()". + This reverts commit e0efc127ff20cbeb931847af1c9b353056340fbd. + 2016-12-15 Tatsuya Kinoshita <tats@debian.org> * libwc/wtf.c: |