syzkaller/syz-manager
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
..
cover.go pkg/cover: hierarchical coverage reports 2019-07-26 19:32:14 +02:00
html.go all: fix new golangci-lint warnings 2020-03-13 08:26:02 +01:00
hub.go prog: control program length 2020-03-13 13:16:53 +01:00
manager.go syz-fuzzer: add more checks for disabled syscalls 2020-05-07 15:41:50 +02:00
rpc.go syz-fuzzer: add more checks for disabled syscalls 2020-05-07 15:41:50 +02:00
stats.go syz-manager: don't show hub stats if hub is not enabled 2020-01-05 11:46:34 +01:00