From 42d6443faf5e8b5c70474923bfcc021b77ee0095 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 24 Jul 2014 17:32:56 +0200 Subject: Don't emit invalid extra shift character at block boundary by iconv (bug 17197) --- iconvdata/ibm939.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iconvdata/ibm939.c') diff --git a/iconvdata/ibm939.c b/iconvdata/ibm939.c index c4bf3f268c..0affd387bc 100644 --- a/iconvdata/ibm939.c +++ b/iconvdata/ibm939.c @@ -260,6 +260,7 @@ enum break; \ } \ *outptr++ = SI; \ + curcs = sb; \ } \ \ if (__glibc_unlikely (outptr + 1 > outend)) \ @@ -273,7 +274,6 @@ enum *outptr++ = 0xb2; \ else \ *outptr++ = cp[0]; \ - curcs = sb; \ } \ \ /* Now that we wrote the output increment the input pointer. */ \ -- cgit v1.2.3