aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2016-12-07 13:13:42 +0000
committerTatsuya Kinoshita <tats@debian.org>2016-12-07 13:13:42 +0000
commit37d9041510e43efbb3467e44888567138a7cc42a (patch)
tree213c9e3bf5a1626901340d13bbdd3bdfea2868f4 /ChangeLog
parentPrevent heap-use-after-free in HTMLlineproc0() (diff)
downloadw3m-37d9041510e43efbb3467e44888567138a7cc42a.tar.gz
w3m-37d9041510e43efbb3467e44888567138a7cc42a.zip
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0741ae7..f30e598 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2016-12-07 Tatsuya Kinoshita <tats@debian.org>
+
+ * file.c: Prevent heap-use-after-free in HTMLlineproc0().
+ Bug-Debian: https://github.com/tats/w3m/issues/65
+
+ * file.c: Prevent negative values for offset and pos in push_link().
+ Bug-Debian: https://github.com/tats/w3m/issues/64
+
+ * file.c: Prevent overflow beyond the end of string in proc_mchar().
+ Bug-Debian: https://github.com/tats/w3m/issues/59
+
+ * libwc/wtf.c:
+ Prevent overflow beyond the end of string in wtf_strwidth().
+ Bug-Debian: https://github.com/tats/w3m/issues/57
+
2016-12-05 Yixun Lan <dlan@gentoo.org>
* html.h: Explictily include <time.h> to avoid build err.