diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2016-04-07 21:15:41 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2016-04-07 21:15:41 +0000 |
commit | aec2e8bf2ce6cc3420019d36382e574f23cf3bb4 (patch) | |
tree | 4726e18c676858ab6363901bd55c50af9b890228 | |
parent | Fix segfault on bogus text for wc_N_to_johab1 (diff) | |
download | w3m-aec2e8bf2ce6cc3420019d36382e574f23cf3bb4.tar.gz w3m-aec2e8bf2ce6cc3420019d36382e574f23cf3bb4.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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> |