Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Update
dx
dx-4.4.4-open.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dx-4.4.4-open.patch of Package dx
--- src/exec/libdx/fileio.c +++ src/exec/libdx/fileio.c @@ -263,7 +263,7 @@ case 2:/* read/write */ fd = open(name, O_RDWR); if (fd < 0) { - fd = open(name, O_WRONLY | O_CREAT); + fd = open(name, O_WRONLY | O_CREAT, 0660); if (fd < 0) { DXSetError(ERROR_DATA_INVALID, "can't open/create file '%s'", name);
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