Fix stringop-overflow errors from gcc 10 in iconv.
commit08538f360f14dbe2e3b04a30148e342f248d9de5
authorStefan Liebler <stli@linux.ibm.com>
Tue, 16 Jun 2020 12:24:20 +0000 (16 14:24 +0200)
committerStefan Liebler <stli@linux.ibm.com>
Tue, 7 Jul 2020 07:41:32 +0000 (7 09:41 +0200)
treee881e06430ec37cebac7cc2c31334349bbb878d1
parent3f4b61a0b8de67ef9f20737919c713ddfc4bd620
Fix stringop-overflow errors from gcc 10 in iconv.

On s390x, I've recognize various -Werror=stringop-overflow messages
in iconv/loop.c and iconv/skeleton.c if build with gcc10 -O3.

With this commit gcc knows the size and do not raise those errors anymore.
iconv/loop.c
iconv/skeleton.c