Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:Update
tar.27804
tar-fix_eternal_loop_in_handle_option.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File tar-fix_eternal_loop_in_handle_option.patch of Package tar.27804
commit c13948fd0aef759e95038bd28416077b12f7dd29 Author: Vitezslav Cizek <vcizek@suse.cz> Date: Wed Mar 26 18:34:53 2014 +0100 fix an eternal loop in handle_option diff --git a/src/names.c b/src/names.c index 9fc0ad5..963ec07 100644 --- a/src/names.c +++ b/src/names.c @@ -439,7 +439,7 @@ handle_option (const char *str) int i; while (*str && isspace (*str)) - ; + str++; if (*str != '-') return 1;
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