diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2016-11-07 10:37:06 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2016-11-07 10:37:06 +0000 |
commit | 1e55f0673a33cdf5b84d50b66ac6f4a8bfb5f58f (patch) | |
tree | 01d2faeabc85cc938ff1c7801804d3ace6b3dbcc /ChangeLog | |
parent | Merge pull request #34 from 0-wiz-0/master (diff) | |
download | w3m-1e55f0673a33cdf5b84d50b66ac6f4a8bfb5f58f.tar.gz w3m-1e55f0673a33cdf5b84d50b66ac6f4a8bfb5f58f.zip |
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +2016-11-07 ITOH Yasufumi <itohy@NetBSD.org> + + * main.c: Fix suspend (^Z) behavior. + Suspend the job w3m belongs to, not w3m only. + Signed-off-by: Thomas Klausner <wiz@NetBSD.org> + Bug-Debian: https://github.com/tats/w3m/pull/34 + Origin: http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/www/w3m/patches/patch-ab?rev=1.4&content-type=text/x-cvsweb-markup + +2016-11-07 Tatsuya Kinoshita <tats@debian.org> + + * form.c: Prevent dereference near-null pointer in formUpdateBuffer. + Bug-Debian: https://github.com/tats/w3m/issues/35 + + * file.c: Prevent crash after allocate string of negative size. + Bug-Debian: https://github.com/tats/w3m/issues/33 + + * file.c: Prevent memory exhausted due to repeat appending "</table>". + Bug-Debian: https://github.com/tats/w3m/issues/23 + + * file.c: Prevent null pointer dereference in HTMLlineproc2body. + Bug-Debian: https://github.com/tats/w3m/issues/32 + 2016-10-31 Tatsuya Kinoshita <tats@debian.org> * table.c, table.h, textlist.h: |