Fix handling of incomplete character storage in state
authorUlrich Drepper <drepper@gmail.com>
Sat, 14 May 2011 04:53:21 +0000 (00:53 -0400)
committerUlrich Drepper <drepper@gmail.com>
Sat, 14 May 2011 04:53:21 +0000 (00:53 -0400)
commit1af4e29837e9969377781b47254b6e4c293353ed
treeef585980f3ebb3250a75ed77f3b2dffa9424a7b0
parentda62f81bdd23bb5095cd54c0b34ae6d5a93df69e
Fix handling of incomplete character storage in state

If iconv is called more than once in a row for adding bytes to the sequence
while still remain under the minimum size of a character and if STORE_REST
is defined, we didn't consume any input.  Fix that.
ChangeLog
iconv/loop.c