Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-26 | timeout: ensure a blocked SIGALRM from the parent is unblocked | Stephan Krempel | |
* src/timeout.c (unblock_signal): A new function to unblock a specified signal, or warn if not possible. (set_timeout): Ensure SIGALRM is unblocked before we setup the timer. * tests/misc/timeout-blocked.pl: A new test for the issue. * tests/local.mk: Reference the new test. * NEWS: Mention the fix. Fixes: http://bugs.gnu.org/13535 |