mirror of
https://github.com/sheumann/hush.git
synced 2025-02-10 23:31:01 +00:00
watchdog function, presumably to catch infinite loop bugs. (control-C can do the same thing, and the alarms were too short in any case.) also, switch to sigsetjmp/siglongjmp in order to allow repeated use of control-C -- otherwise it works once, then not again.