aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2016-04-07 21:15:41 +0000
committerTatsuya Kinoshita <tats@debian.org>2016-04-07 21:15:41 +0000
commitaec2e8bf2ce6cc3420019d36382e574f23cf3bb4 (patch)
tree4726e18c676858ab6363901bd55c50af9b890228 /ChangeLog
parentFix segfault on bogus text for wc_N_to_johab1 (diff)
downloadw3m-aec2e8bf2ce6cc3420019d36382e574f23cf3bb4.tar.gz
w3m-aec2e8bf2ce6cc3420019d36382e574f23cf3bb4.zip
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ffe8305..7effded 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-04-08 Tatsuya Kinoshita <tats@debian.org>
+
+ * libwc/johab.c: Fix segfault on bogus text for wc_N_to_johab1.
+ Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820373
+
2016-04-07 Tatsuya Kinoshita <tats@debian.org>
* libwc/map/big5_ucs.map, libwc/map/cns11643_ucs.map:
@@ -5,7 +10,7 @@
* libwc/map/gbk_ucs.map, libwc/map/hkscs_ucs.map:
* libwc/map/jisx0208x0212x0213_ucs.map, libwc/map/ksx1001_ucs.map:
* libwc/map/sjis_ext_ucs.map, libwc/map/uhc_ucs.map, libwc/ucs.c:
- * libwc/ucs.map: Fix segfault on bogus text.
+ * libwc/ucs.map: Fix segfault on bogus text for wc_any_to_ucs.
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820162
2016-04-03 Tatsuya Kinoshita <tats@debian.org>