diff --git a/daemon/call.c b/daemon/call.c index 4a10c89..c5f4b1e 100644 --- a/daemon/call.c +++ b/daemon/call.c @@ -596,6 +596,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);