Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dstoecker:branches:Base:System
rpm
headerchk2.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File headerchk2.diff of Package rpm
--- lib/header.c.orig 2017-12-01 15:54:04.254399473 +0000 +++ lib/header.c 2017-12-01 15:55:36.389131237 +0000 @@ -929,7 +929,8 @@ rpmRC hdrblobImport(hdrblob blob, int fa rdlen += REGION_TAG_COUNT; - if (rdlen != blob->dl) + /* should be equality test, but can be off if entries are not perfectly aligned */ + if (rdlen > blob->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