Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bmwiedemann:reproducible:distribution:ring0
tar
bsc1202436.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bsc1202436.patch of Package tar
diff --git a/src/extract.c b/src/extract.c index 37ab2956..b70b6c2f 100644 --- a/src/extract.c +++ b/src/extract.c @@ -854,6 +854,9 @@ maybe_recoverable (char *file_name, bool regular, bool *interdir_made) case EEXIST: /* Remove an old file, if the options allow this. */ + if (strlen(file_name) == 1 && *file_name == '.') + return RECOVER_NO; + switch (old_files_option) { case SKIP_OLD_FILES:
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