syzkaller/syz-fuzzer
Dmitry Vyukov 413b991c26 syz-fuzzer: add more checks for disabled syscalls
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.
2020-05-07 15:41:50 +02:00
..
fuzzer_test.go prog: support disabled attribute 2020-05-04 20:56:20 +02:00
fuzzer.go prog: support disabled attribute 2020-05-04 20:56:20 +02:00
proc.go syz-fuzzer: add more checks for disabled syscalls 2020-05-07 15:41:50 +02:00
testing.go prog: refactor target.MakeMmap 2020-04-18 14:35:45 +02:00
workqueue.go syz-fuzzer: don't break syscalls during minimization 2018-02-19 21:48:20 +01:00