diff options
author | Stefan Liebler <stli@linux.vnet.ibm.com> | 2015-08-26 10:26:26 +0200 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2015-08-26 10:26:26 +0200 |
commit | 808d70228891ab4d4795ab3dd1e015bf63ba18d6 (patch) | |
tree | 3d3222d3e9e23e93d5925d05d55749071384ebdc /sunrpc | |
parent | 1efad39b227c0d3cd0641cae70c7e95c8ca290a6 (diff) | |
download | glibc-808d70228891ab4d4795ab3dd1e015bf63ba18d6.tar glibc-808d70228891ab4d4795ab3dd1e015bf63ba18d6.tar.gz glibc-808d70228891ab4d4795ab3dd1e015bf63ba18d6.tar.bz2 glibc-808d70228891ab4d4795ab3dd1e015bf63ba18d6.zip |
S390: Fix build error with gcc6 in utf8_utf16-z9.c.
This patch fixes the build error with gcc6:
array subscript is above array bounds [-Werror=array-bounds]
While including loop.c to construct the SINGLE(LOOPFCT) method
for converting from UTF-16 to UTF-8, the bytebuf array with length
MAX_NEEDED_INPUT is used as inptr. MAX_NEEDED_INPUT defaults to
MIN_NEEDED_INPUT if not defined before including loop.c.
Thus bytebuf has a length of 2.
This patch defines MAX_NEEDED_INPUT to MAX_NEEDED_TO, which is 4.
ChangeLog:
* sysdeps/s390/s390-64/utf8-utf16-z9.c
(MAX_NEEDED_INPUT): New define.
(MAX_NEEDED_OUTPUT): New define.
Diffstat (limited to 'sunrpc')
0 files changed, 0 insertions, 0 deletions