commit 200062e46dcf35f8d6f639360d4ab14b5433f206
parent b8422c28e76e1b85611964f4c44c86707a8188e2
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 21 Dec 2010 14:43:45 +0000
fix
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/main/extract.c b/src/main/extract.c
@@ -59,6 +59,7 @@ ignore_sigpipe ()
struct sigaction oldsig;
struct sigaction sig;
+ memset (&sig, 0, sizeof (struct sigaction));
sig.sa_handler = &catcher;
sigemptyset (&sig.sa_mask);
#ifdef SA_INTERRUPT