diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2016-08-24 10:07:22 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2016-08-24 10:07:22 +0000 |
commit | 6445eb8378c3e0aa662709a7249eed15c31da088 (patch) | |
tree | 0c3c1788d6c959225b901613c6d5de2b616b6c5d | |
parent | Prevent segfault with malformed table_alt (diff) | |
download | w3m-6445eb8378c3e0aa662709a7249eed15c31da088.tar.gz w3m-6445eb8378c3e0aa662709a7249eed15c31da088.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2016-08-24 Tatsuya Kinoshita <tats@debian.org> + + * table.c: Prevent segfault with malformed table_alt. + Bug-Debian: https://github.com/tats/w3m/issues/24 + + * form.c: Prevent segfault for formUpdateBuffer. + Bug-Debian: https://github.com/tats/w3m/issues/22 + + * table.c: Truncate max_width for renderTable. + Bug-Debian: https://github.com/tats/w3m/issues/25 + 2016-08-20 Tatsuya Kinoshita <tats@debian.org> * file.c, parsetagx.c: Fix uninitialised values for <i> and <dd>. |