mirror of
https://github.com/sheumann/hush.git
synced 2025-01-30 11:37:02 +00:00
2724fa9d8a
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.