mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-24 03:49:45 +00:00
2b084c9886
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:
|
||
---|---|---|
.. | ||
gen | ||
test | ||
any.txt | ||
exec.txt | ||
fmt.txt | ||
init.go | ||
test_32_fork_shmem.const | ||
test_32_shmem.const | ||
test_64_fork.const | ||
test_64.const | ||
test.txt |