mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 19:39:40 +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 | ||
dev_amd64.const | ||
dev.txt | ||
init.go | ||
sys_amd64.const | ||
sys.txt |