Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bmwiedemann:reproducible:distribution:ring0rb
fillup
fillup-1.42-cloexec.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fillup-1.42-cloexec.patch of Package fillup
--- SRC/services.c.orig +++ SRC/services.c @@ -342,7 +342,7 @@ openFileForReading { Service_t returnValue; - *filePointer = fopen( filename, "r" ); + *filePointer = fopen( filename, "re" ); if( *filePointer == NULL ) { fillup_exception( __FILE__, __LINE__, ServiceException, @@ -368,7 +368,7 @@ openFileForWriting { Service_t returnValue; - *filePointer = fopen( filename, "w" ); + *filePointer = fopen( filename, "we" ); if( *filePointer == NULL ) { fillup_exception( __FILE__, __LINE__, ServiceException,
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