gvisor/pkg/seccomp
gVisor bot 76ff1947b6 gvisor: change syscall.RawSyscall to syscall.RawSyscall6 where required
Before https://golang.org/cl/173160 syscall.RawSyscall would zero out
the last three register arguments to the system call. That no longer happens.
For system calls that take more than three arguments, use RawSyscall6 to
ensure that we pass zero, not random data, for the additional arguments.

PiperOrigin-RevId: 271062527
2019-09-24 23:47:42 -07:00
..
BUILD Remove go_test from go_stateify and go_marshal 2019-09-12 15:10:17 -07:00
seccomp.go Fix various spelling issues in the documentation 2019-06-27 14:25:50 -07:00
seccomp_amd64.go Update canonical repository. 2019-06-13 16:50:15 -07:00
seccomp_arm64.go Update canonical repository. 2019-06-13 16:50:15 -07:00
seccomp_rules.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
seccomp_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
seccomp_test_victim.go Change syscall.POLL to syscall.PPOLL. 2019-07-30 11:01:29 -07:00
seccomp_unsafe.go gvisor: change syscall.RawSyscall to syscall.RawSyscall6 where required 2019-09-24 23:47:42 -07:00