mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-30 23:00:29 +00:00
0d231ceb73
syz-fuzzer organically grew from a small nice main function into a huge single-file monster with tons of global state. Start refactoring it into something more managable. This change separates 2 things: 1. Proc: a single fuzzing process (ipc.Env wrapper). 2. WorkQueue: holds global non-fuzzing work items. More work needed, but this is good first step. |
||
---|---|---|
.. | ||
fuzzer_freebsd.go | ||
fuzzer_fuchsia.go | ||
fuzzer_linux.go | ||
fuzzer_netbsd.go | ||
fuzzer_windows.go | ||
fuzzer.go | ||
proc.go | ||
testing.go | ||
workqueue.go |