Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2
sed
sed-dont_close_twice.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sed-dont_close_twice.patch of Package sed
http://lists.gnu.org/archive/html/bug-gnu-utils/2014-06/msg00000.html Index: sed/utils.c =================================================================== --- sed/utils.c.orig +++ sed/utils.c @@ -252,8 +252,8 @@ ck_fclose(FILE *stream) { if (!stream || stream == cur->fp) { - do_ck_fclose (cur->fp); prev->link = cur->link; + do_ck_fclose (cur->fp); free(cur->name); free(cur); }
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