; * exec/trace.c (seccomp_system_call): Typo in commentary.
This commit is contained in:
@@ -1605,8 +1605,8 @@ seccomp_system_call (struct exec_tracee *tracee)
|
|||||||
|
|
||||||
In this context processes are resumed with PTRACE_CONT unless it is
|
In this context processes are resumed with PTRACE_CONT unless it is
|
||||||
an `open' syscall that is being intercepted, which, if successfully
|
an `open' syscall that is being intercepted, which, if successfully
|
||||||
intercepted, must receive adjustments to their stack pointer upon
|
intercepted, they must receive adjustments to their stack pointer
|
||||||
completion of said system call. */
|
upon completion of said system call. */
|
||||||
assert (!tracee->waiting_for_syscall);
|
assert (!tracee->waiting_for_syscall);
|
||||||
|
|
||||||
/* Save the stack pointer. */
|
/* Save the stack pointer. */
|
||||||
|
|||||||
Reference in New Issue
Block a user