Skip to content
Snippets Groups Projects
Commit 943ac1ba authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

signals are now checked before handlers are changed

Rev: src/signal_handler.c:1.6
parent 496707ed
No related branches found
No related tags found
No related merge requests found
......@@ -296,6 +296,8 @@ static void f_signal(int args)
int signum;
sigfunctype func;
check_signals(0,0,0);
if(args < 1)
error("Too few arguments to signal()\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment