mirror of
https://github.com/sheumann/hush.git
synced 2024-11-18 17:10:36 +00:00
468751ba5f
This avoids a problem where one of the SIGALRM signals could be delivered after the original SIGALRM handler was restored, which would normally cause the process to terminate. For now, we just rely on polling in a loop to determine when the child is done. This isn't optimal, but should be OK. If procsend() worked, we could use that in the child to signal the parent. However, procsend() is broken in GNO 2.0.6 -- it seems that it actually tries to invoke the send() call for sockets, but with the wrong arguments, leading to a crash. |
||
---|---|---|
.. | ||
hush_test | ||
fnmatch.c | ||
glob.c | ||
glob.h | ||
hush.c | ||
hushleaktool.sh | ||
match.c | ||
match.h | ||
math.c | ||
math.h | ||
random.c | ||
random.h | ||
shell.common.c | ||
shell.common.h |