mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Sync part of NetBSD rev. 1.14
Fix unpaired sigblock which possibly leaves the process with all signals blocked. MFC after: 2 weeks
This commit is contained in:
parent
e0c693387f
commit
b0eb405d46
1 changed files with 1 additions and 1 deletions
|
|
@ -243,9 +243,9 @@ clnt_vc_create(fd, raddr, prog, vers, sendsz, recvsz)
|
|||
}
|
||||
}
|
||||
mutex_unlock(&clnt_fd_lock);
|
||||
thr_sigsetmask(SIG_SETMASK, &(mask), NULL);
|
||||
if (!__rpc_fd2sockinfo(fd, &si))
|
||||
goto err;
|
||||
thr_sigsetmask(SIG_SETMASK, &(mask), NULL);
|
||||
|
||||
ct->ct_closeit = FALSE;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue