Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP5:Update
sed.3804
sed-dont_close_twice2.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sed-dont_close_twice2.patch of Package sed.3804
Index: sed-4.2.2/sed/utils.c =================================================================== --- sed-4.2.2.orig/sed/utils.c +++ sed-4.2.2/sed/utils.c @@ -299,6 +299,7 @@ ck_fclose(stream) if (!stream || stream == cur->fp) { prev->link = cur->link; + open_files = r.link; do_ck_fclose (cur->fp); free(cur->name); free(cur); @@ -307,8 +308,6 @@ ck_fclose(stream) prev = cur; } - open_files = r.link; - /* Also care about stdout, because if it is redirected the last output operations might fail and it is important to signal this as an error (perhaps to make). */
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