Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:GA
opensc.31015
opensc-0_19_0-CVE-2019-19479.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File opensc-0_19_0-CVE-2019-19479.patch of Package opensc.31015
Index: opensc-0.19.0/src/libopensc/card-setcos.c =================================================================== --- opensc-0.19.0.orig/src/libopensc/card-setcos.c +++ opensc-0.19.0/src/libopensc/card-setcos.c @@ -869,7 +869,7 @@ static void parse_sec_attr_44(sc_file_t } /* Encryption key present ? */ - iPinCount = iACLen - 1; + iPinCount = iACLen > 0 ? iACLen - 1 : 0; if (buf[iOffset] & 0x20) { int iSC;
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