Fix validation check when converting from ibm930 to utf
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Wed, 6 Jun 2012 13:09:10 +0000 (18:39 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Wed, 6 Jun 2012 13:11:55 +0000 (18:41 +0530)
commit6e230d11837f3ae7b375ea69d7905f0d18eb79e5
tree9f28c8ad04d625474d52cee21e7ab965efee251a
parent1b671feb6115afbc90a7b37be4929d3e0394f311
Fix validation check when converting from ibm930 to utf

[BZ #14134]

When converting IBM930 code with iconv(), if IBM930 code which
includes invalid multibyte character "0xffff" is specified, then
iconv() segfaults. This is easy to see using the following command:

echo '0x0e 0x43 0x8c 0xff 0xff 0x43 0xbd 0x43 0xbd' | xxd -r |
iconv -f IBM930 -t UTF-8
ChangeLog
NEWS
iconvdata/ibm930.c