diff options
Diffstat (limited to 'sctrace.c')
-rw-r--r-- | sctrace.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ handle_syscall(struct process *proc) proc->scall ^= proc->scall_xor; #endif GET_SYSCALL_ARGUMENTS(proc, ®s); + memset(proc->save, 0, sizeof(proc->save)); /* Print system call */ print_systemcall(proc); |