* Bug #15213, #18635: The use of the insecure m_scratch() and
[mmh] / sbr / pidwait.c
index 6043bee..607538f 100644 (file)
@@ -22,7 +22,7 @@ int
 pidwait (pid_t id, int sigsok)
 {
     pid_t pid;
-    SIGNAL_HANDLER istat, qstat;
+    SIGNAL_HANDLER istat = NULL, qstat = NULL;
 
 #ifdef HAVE_UNION_WAIT
     union wait status;