syzkaller/sys/akaros
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 tools/syz-runtest: add tool for program unit testing 2018-08-03 21:08:02 +02:00
dev_amd64.const sys/akaros: add a bunch of global files for akaros 2018-07-16 20:30:09 +02:00
dev.txt sys/akaros: remove /dev/cons 2018-08-02 19:47:32 +02:00
init.go sys: check that target consts are defined 2018-10-19 19:11:22 +01:00
sys_amd64.const sys/akaros: fix signatures of file syscalls 2018-07-16 17:39:58 +02:00
sys.txt sys/linux: add syz_execute_func 2018-08-30 21:45:04 -07:00