Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:frispete:15.4
vsftpd
vsftpd-openlog-force.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File vsftpd-openlog-force.patch of Package vsftpd
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.5/sysutil.c =================================================================== --- vsftpd-3.0.5.orig/sysutil.c 2022-02-01 19:38:36.487789134 +0100 +++ vsftpd-3.0.5/sysutil.c 2022-02-01 19:44:08.787005494 +0100 @@ -2700,7 +2700,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