diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2016-11-17 11:28:19 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2016-11-17 11:28:19 +0000 |
commit | 8f4f57658cd04333bf5668932043a3b3b8e329f2 (patch) | |
tree | 595c4f952ac2726affa30382c92819294b01ebde /ChangeLog | |
parent | Prevent global-buffer-overflow in parseURL() (diff) | |
download | w3m-8f4f57658cd04333bf5668932043a3b3b8e329f2.tar.gz w3m-8f4f57658cd04333bf5668932043a3b3b8e329f2.zip |
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2016-11-17 Tatsuya Kinoshita <tats@debian.org> + + * url.c: Prevent global-buffer-overflow in parseURL(). + Bug-Debian: https://github.com/tats/w3m/issues/41 + + * file.c: Prevent deref null pointer in HTMLlineproc0(). + Bug-Debian: https://github.com/tats/w3m/issues/42 + 2016-11-15 Tatsuya Kinoshita <tats@debian.org> * table.c: Prevent deref null pointer in renderCoTable(). |