Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2
opie
pam_opie-0.21_array-subscript.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pam_opie-0.21_array-subscript.patch of Package opie
--- libopie/btoe.c +++ libopie/btoe.c @@ -2257,8 +2257,8 @@ unsigned char cr; cl = s[start / 8]; - cc = s[start / 8 + 1]; - cr = s[start / 8 + 2]; + cc = start % 8 + length > 8 ? s[start / 8 + 1] : 0; + cr = start % 8 + length > 16 ? s[start / 8 + 2] : 0; x = ((UINT4) (cl << 8 | cc) << 8 | cr); x = x >> (24 - (length + (start % 8))); x = (x & (0xffff >> (16 - length)));
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