From addf4bd4ac9083a70172c9beb9bf9ab446f1f7e1 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Mon, 24 Sep 2007 19:22:19 +0000 Subject: also initialize sa_sigaction although it's not used git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@423 ef36b2f9-881f-0410-afb5-c4e39611909c --- common/tio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/common/tio.c b/common/tio.c index 7d3e197..d49a20a 100644 --- a/common/tio.c +++ b/common/tio.c @@ -281,6 +281,7 @@ FIXME: we have a race condition here (setting and restoring the signal mask), th /* set up sigaction */ memset(&act,0,sizeof(struct sigaction)); + act.sa_sigaction=NULL; act.sa_handler=SIG_IGN; sigemptyset(&act.sa_mask); act.sa_flags=SA_RESTART; -- cgit v1.2.3