Skip to content

Commit ea7e55d

Browse files
committed
fix function declaration
1 parent 2748306 commit ea7e55d

File tree

1 file changed

+1
-1
lines changed
  • 3_RootkitTechniques/3.2_kill_signalling

1 file changed

+1
-1
lines changed

3_RootkitTechniques/3.2_kill_signalling/rootkit.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ static asmlinkage int hook_kill(pid_t pid, int sig)
8484
}
8585
else
8686
{
87-
return orig_kill(regs);
87+
return orig_kill(pid, sig);
8888
}
8989
}
9090
#endif

0 commit comments

Comments
 (0)