aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2016-12-13 14:11:41 +0000
committerTatsuya Kinoshita <tats@debian.org>2016-12-13 14:11:41 +0000
commitd19707eac069742389dda2f43dab48f040e16790 (patch)
treea6bf5a053a0ec99fa9e9c03d9c86bf03bdf5a852
parentPrevent overflow beyond the end of string in proc_mchar() (diff)
downloadw3m-d19707eac069742389dda2f43dab48f040e16790.tar.gz
w3m-d19707eac069742389dda2f43dab48f040e16790.zip
Update ChangeLog
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6de35cd..63945ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2016-12-13 Tatsuya Kinoshita <tats@debian.org>
+
+ * file.c: Prevent overflow beyond the end of string in proc_mchar().
+ Bug-Debian: https://github.com/tats/w3m/issues/80
+ cf. https://github.com/tats/w3m/issues/59
+
+ * form.c: Prevent overflow beyond the end of string in textfieldrep().
+ Bug-Debian: https://github.com/tats/w3m/issues/79
+
+ * form.c:
+ Preserve one byte for end of string character in form_update_line().
+ Bug-Debian: https://github.com/tats/w3m/issues/82
+ cf. https://github.com/tats/w3m/issues/68#issuecomment-266214643
+
2016-12-10 Tatsuya Kinoshita <tats@debian.org>
* libwc/wtf.c: Prevent overflow beyond the end of string in wtf_len().