syzkaller/sys/test
Dmitry Vyukov 2b084c9886 pkg/csource: use 0 for missing syscall args
We don't specify trailing unused args for some syscalls
(e.g. ioctl that does not use its arg).
Executor always filled tailing unsed args with 0's
but pkg/csource didn't. Some such syscalls actually
check that the unsed arg is 0 and as the result failed with C repro.

We could statically check and eliminate all such cases,
but it turns out the warning fires in 1500+ cases:
a3ace5a63f/gistfile1.txt

So instead fill such args with 0's in pkg/csource too.
2018-12-27 13:11:57 +01:00
..
gen pkg/csource: use 0 for missing syscall args 2018-12-27 13:11:57 +01:00
test pkg/csource: use 0 for missing syscall args 2018-12-27 13:11:57 +01:00
any.txt prog: properly squash bitfields 2018-02-26 18:21:51 +01:00
exec.txt pkg/csource: use 0 for missing syscall args 2018-12-27 13:11:57 +01:00
fmt.txt executor: fix handling of big-endian bitfields 2018-12-08 19:08:08 +01:00
init.go Makefile: don't compile all targets into target binaries 2018-08-02 19:07:22 +02:00
test_32_fork_shmem.const executor: overhaul 2018-07-24 12:04:27 +02:00
test_32_shmem.const executor: overhaul 2018-07-24 12:04:27 +02:00
test_64_fork.const executor: overhaul 2018-07-24 12:04:27 +02:00
test_64.const prog: don't add fallback signal after seccomp 2018-08-19 00:13:24 -07:00
test.txt prog, pkg/csource: more readable serialization for strings 2018-12-15 15:17:13 +01:00