diff --git a/daemon/call.c b/daemon/call.c index 3ad76d3d4..fa877d3e6 100644 --- a/daemon/call.c +++ b/daemon/call.c @@ -600,6 +600,8 @@ retry: } /* child process */ + alarm(1); /* syslog functions contain a lock, which may be locked at + this point and can't be unlocked */ rlim(RLIMIT_CORE, 0); sigemptyset(&ss); sigprocmask(SIG_SETMASK, &ss, NULL);