Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
cpio.32077
cpio-close_files_after_copy.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File cpio-close_files_after_copy.patch of Package cpio.32077
Index: src/copyin.c =================================================================== --- src/copyin.c.orig 2010-08-10 16:45:19.000000000 +0200 +++ src/copyin.c 2010-08-10 16:45:19.000000000 +0200 @@ -1485,6 +1485,19 @@ process_copy_in () apply_delayed_set_stat (); + if (tty_in) + { + fclose(tty_in); + } + if (tty_out) + { + fclose(tty_out); + } + if (rename_in) + { + fclose(rename_in); + } + if (append_flag) return;
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