iconv: Bail out of the loop when an illegal sequence of bytes occurs.master
commit7dd4d9b737a1aaa9ee2b8db35dc3936eaa9a3f3c
authorwitekfl <witekfl@poczta.onet.pl>
Wed, 27 Feb 2013 08:33:55 +0000 (27 09:33 +0100)
committerwitekfl <witekfl@poczta.onet.pl>
Wed, 27 Feb 2013 08:33:55 +0000 (27 09:33 +0100)
treeb7b18d8732157021b64564933ab0315152dadea9
parent0ba951021a6e4e9fbc60d07cd8b1f0a8fd6ae61e
iconv: Bail out of the loop when an illegal sequence of bytes occurs.

Before, with the default codepage GB2312 and a mysql sql dump in UTF-8
I got segfaults in the iconv related code.
src/intl/charsets.c