Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bmwiedemann:reproducible:distribution:ring0rb
cpio
cpio-fix_truncation_check.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File cpio-fix_truncation_check.patch of Package cpio
Index: cpio-2.13/src/mt.c =================================================================== --- cpio-2.13.orig/src/mt.c +++ cpio-2.13/src/mt.c @@ -208,7 +208,7 @@ parse_opt (int key, char *arg, struct ar { char *p; long val = strtol (arg, &p, 0); - if (*p || (count = val) != count) + if (*p || (count = val) != val) error (MT_EXIT_INVOP, 0, _("invalid count value")); } break;
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