]> granicus.if.org Git - strace/commit
x86, x32, x86_64: do not skip syscall number -1
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 5 Feb 2015 19:31:13 +0000 (19:31 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 6 Feb 2015 01:23:05 +0000 (01:23 +0000)
commit8e398b6c4020fb2d33a5b3e40271ebf63199b891
treeb36d3a20e3c5b333946232f9deb9ddb4b4057211
parentc3948327717c29b10b5e00a436dc138b4ab1a486
x86, x32, x86_64: do not skip syscall number -1

Syscall number -1 might be a side effect of SECCOMP_RET_ERRNO filtering.

* syscall.c (syscall_fixup_on_sysenter) [I386 || X32 || X86_64]:
Do not skip syscalls that have number -1.
syscall.c