Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP5:GA
apache-commons-daemon
apache-commons-daemon-jsvc.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File apache-commons-daemon-jsvc.patch of Package apache-commons-daemon
Index: apache-commons-daemon.SUSE_SLE-12_Update/commons-daemon-1.0.15-src/src/native/unix/native/jsvc-unix.c =================================================================== --- apache-commons-daemon.SUSE_SLE-12_Update.orig/commons-daemon-1.0.15-src/src/native/unix/native/jsvc-unix.c +++ apache-commons-daemon.SUSE_SLE-12_Update/commons-daemon-1.0.15-src/src/native/unix/native/jsvc-unix.c @@ -669,7 +669,7 @@ static void create_tmp_file(arg_data *ar sprintf(buff, "/tmp/%d.jsvc_up", (int)getpid()); log_debug("create_tmp_file: %s", buff); - fd = open(buff, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); + fd = open(buff, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR); if (fd != -1) close(fd); }
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