Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
libmspack
libmspack-CVE-2018-14682.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libmspack-CVE-2018-14682.patch of Package libmspack
Index: libmspack-0.4alpha/mspack/chmd.c =================================================================== --- libmspack-0.4alpha.orig/mspack/chmd.c +++ libmspack-0.4alpha/mspack/chmd.c @@ -831,7 +831,7 @@ static int search_chunk(struct mschmd_he # endif # define TOLOWER(x) tolower(x) #else -# define TOLOWER(x) (((x)<0||(x)>256)?(x):mspack_tolower_map[(x)]) +# define TOLOWER(x) (((x)<0||(x)>255)?(x):mspack_tolower_map[(x)]) /* Map of char -> lowercase char for the first 256 chars. Generated with: * LC_CTYPE=en_GB.utf-8 perl -Mlocale -le 'print map{ord(lc chr).","} 0..255' */
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