commit | c3948327717c29b10b5e00a436dc138b4ab1a486 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Thu Feb 05 16:15:46 2015 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Fri Feb 06 01:22:28 2015 +0000 |
tree | d3f109ab386ba55a6a8e7543d3c3ead9955ddd10 | |
parent | fef09070d6f7788ac02aaca82ec4af6367787628 [diff] |
x86_64: do not interpet syscall number -1 as a x32 personality syscall Syscall number -1 might be a side effect of SECCOMP_RET_ERRNO filtering. * syscall.c (get_scno) [X86_64]: Handle the case of scno == -1.