Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
libcap1
libcap-array-range-fix.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libcap-array-range-fix.diff of Package libcap1
Index: libcap/cap_extint.c =================================================================== --- libcap/cap_extint.c.orig +++ libcap/cap_extint.c @@ -106,7 +106,7 @@ cap_t cap_copy_int(const void *cap_ext) to = (__u32 *) &cap_d->set; blen = export->length_of_capset; - for (set=0; set<=NUMBER_OF_CAP_SETS; ++set) { + for (set=0; set<NUMBER_OF_CAP_SETS; ++set) { int blk; int bno = 0; for (blk=0; blk<(CAP_SET_SIZE/4); ++blk) {
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