Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
vsftpd.8244
vsftpd-openlog-force.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File vsftpd-openlog-force.patch of Package vsftpd.8244
Force openlog() to open log immediately iff force!=0. Otherwise is log opened on first syslog() call which may be after the privileges are dropped and new file descriptors cannot be created. Index: vsftpd-3.0.2/sysutil.c =================================================================== --- vsftpd-3.0.2.orig/sysutil.c +++ vsftpd-3.0.2/sysutil.c @@ -2699,7 +2699,7 @@ vsf_sysutil_openlog(int force) { int facility = LOG_DAEMON; int option = LOG_PID; - if (!force) + if (force) { option |= LOG_NDELAY; }
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