Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
rpm
headerchk2.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File headerchk2.diff of Package rpm
--- lib/header.c.orig 2012-04-03 13:29:24.000000000 +0000 +++ lib/header.c 2012-06-01 14:22:12.000000000 +0000 @@ -900,7 +900,8 @@ Header headerImport(void * blob, unsigne rdlen += REGION_TAG_COUNT; - if (rdlen != dl) + /* should be equality test, but can be off if entries are not perfectly aligned */ + if (rdlen > dl) goto errxit; }
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