Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
lvm2-clvm.15869
bug-1172597_4-cov-check-for-socket_path-being-s...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bug-1172597_4-cov-check-for-socket_path-being-set.patch of Package lvm2-clvm.15869
From 5cf1c61152bfd5f1eef7f49509a877090f4cc26f Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac <zkabelac@redhat.com> Date: Tue, 25 Jun 2019 15:11:05 +0200 Subject: [PATCH] cov: check for socket_path being set As we check for existince on entering path let's ensure it's there also on exit path. --- libdaemon/server/daemon-server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdaemon/server/daemon-server.c b/libdaemon/server/daemon-server.c index 79b54d0..bc58f7b 100644 --- a/libdaemon/server/daemon-server.c +++ b/libdaemon/server/daemon-server.c @@ -693,7 +693,7 @@ void daemon_start(daemon_state s) out: /* If activated by systemd, do not unlink the socket - systemd takes care of that! */ if (!_systemd_activation && s.socket_fd >= 0) - if (unlink(s.socket_path)) + if (s.socket_path && unlink(s.socket_path)) perror("unlink error"); if (s.socket_fd >= 0) -- 1.8.3.1
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