Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP4:Update
glibc.i686.26366
0001-Fix-ucs4le_internal_loop-in-error-case.-BZ...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Fix-ucs4le_internal_loop-in-error-case.-BZ-19726.patch of Package glibc.i686.26366
2016-05-25 Stefan Liebler <stli@linux.vnet.ibm.com> [BZ #19726] * iconv/gconv_simple.c (ucs4le_internal_loop): Update inptrp and outptrp in case of an illegal input. Index: glibc-2.22/iconv/gconv_simple.c =================================================================== --- glibc-2.22.orig/iconv/gconv_simple.c +++ glibc-2.22/iconv/gconv_simple.c @@ -638,6 +638,8 @@ ucs4le_internal_loop (struct __gconv_ste continue; } + *inptrp = inptr; + *outptrp = outptr; return __GCONV_ILLEGAL_INPUT; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor