Displaying 1 result from an estimated 1 matches for "current_mask".
Did you mean:
current_umask
2002 Jun 07
2
SIGCHLD may be inherited blocked
...3_0_2p1_w_gssk5_ubsw_prod.2/sshd.c Thu, 17 Jan 2002 17:53:49 -0500
+++ 3_0_2p1_w_gssk5_ubsw_prod.2(w)/sshd.c Fri, 07 Jun 2002 15:53:22 -0400
@@ -556,6 +556,11 @@
int startups = 0;
Key *key;
int ret, key_used = 0;
+ sigset_t curr_mask;
+
+ sigprocmask(0, NULL, &curr_mask);
+ sigdelset(¤t_mask, SIGCHLD);
+ sigprocmask(SIG_SETMASK, &curr_mask, NULL);
__progname = get_progname(av[0]);
init_rng();
-------------- next part --------------
Visit our website at http://www.ubswarburg.com
This message contains confidential information and is intended only
for the individual named. I...