aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2016-12-10 14:00:15 +0000
committerTatsuya Kinoshita <tats@debian.org>2016-12-10 14:00:15 +0000
commitaaeb31500dd1a19eaca499d30a78a27b803f6cd0 (patch)
tree1b7680f7e01c4d6f99a877dc75f4e9757f6723e7
parentPrevent overflow beyond the end of string in wtf_len() (diff)
downloadw3m-aaeb31500dd1a19eaca499d30a78a27b803f6cd0.tar.gz
w3m-aaeb31500dd1a19eaca499d30a78a27b803f6cd0.zip
Update ChangeLog
-rw-r--r--ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f6c384f..6de35cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+2016-12-10 Tatsuya Kinoshita <tats@debian.org>
+
+ * libwc/wtf.c: Prevent overflow beyond the end of string in wtf_len().
+ cf. https://github.com/tats/w3m/issues/57
+
+ * etc.c: Prevent negative array index for realColumn in calcPosition().
+ Bug-Debian: https://github.com/tats/w3m/issues/69
+
+ * libwc/wtf.c:
+ Prevent overflow beyond the end of string in wtf_parse1().
+ Bug-Debian: https://github.com/tats/w3m/issues/68
+
+ * Str.c: Prevent heap-buffer-overflow in Strnew_size().
+ Bug-Debian: https://github.com/tats/w3m/issues/72
+
+ * table.c:
+ Prevent overflow beyond the end of string in visible_length_plain().
+ Bug-Debian: https://github.com/tats/w3m/issues/76
+
+ * libwc/wtf.c:
+ Prevent overflow beyond the end of string for wtf to wcs macros.
+ Bug-Debian: https://github.com/tats/w3m/issues/77
+
+ * form.c:
+ Prevent overflow beyond the end of string in form_update_line().
+ Bug-Debian: https://github.com/tats/w3m/issues/78
+
2016-12-08 Tatsuya Kinoshita <tats@debian.org>
* form.c: