mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 11:29:46 +00:00
413b991c26
We are seeing some panics that say that some disabled syscalls somehow get into corpus. I don't see where/how this can happen. Add a check to syz-fuzzer to panic whenever we execute a program with disabled syscall. Hopefull the panic stack will shed some light. Also add a check in manager as the last defence line so that bad programs don't get into the corpus. |
||
---|---|---|
.. | ||
fuzzer_test.go | ||
fuzzer.go | ||
proc.go | ||
testing.go | ||
workqueue.go |