aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2016-11-17 11:28:19 +0000
committerTatsuya Kinoshita <tats@debian.org>2016-11-17 11:28:19 +0000
commit8f4f57658cd04333bf5668932043a3b3b8e329f2 (patch)
tree595c4f952ac2726affa30382c92819294b01ebde
parentPrevent global-buffer-overflow in parseURL() (diff)
downloadw3m-8f4f57658cd04333bf5668932043a3b3b8e329f2.tar.gz
w3m-8f4f57658cd04333bf5668932043a3b3b8e329f2.zip
Update ChangeLog
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d4de303..fd6d352 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2016-11-17 Tatsuya Kinoshita <tats@debian.org>
+
+ * url.c: Prevent global-buffer-overflow in parseURL().
+ Bug-Debian: https://github.com/tats/w3m/issues/41
+
+ * file.c: Prevent deref null pointer in HTMLlineproc0().
+ Bug-Debian: https://github.com/tats/w3m/issues/42
+
2016-11-15 Tatsuya Kinoshita <tats@debian.org>
* table.c: Prevent deref null pointer in renderCoTable().