syzkaller/syz-fuzzer
Dmitry Vyukov 8fa0c867d4 syz-fuzzer: generates hints only for the call that gave new coverage
During smashing we know what call gave new coverage,
so we can concentrate just on it.
This helps to reduce amount of hints generated (we have too many of them).
2017-10-23 09:59:39 +02:00
..
fuzzer_freebsd.go executor: use forkserver for freebsd 2017-10-18 12:01:24 +02:00
fuzzer_fuchsia.go syz-fuzzer: use osutil.HandleInterrupts instead of custom code 2017-10-02 13:57:04 +02:00
fuzzer_linux.go syz-fuzzer: use osutil.HandleInterrupts instead of custom code 2017-10-02 13:57:04 +02:00
fuzzer_windows.go syz-fuzzer: use osutil.HandleInterrupts instead of custom code 2017-10-02 13:57:04 +02:00
fuzzer.go syz-fuzzer: generates hints only for the call that gave new coverage 2017-10-23 09:59:39 +02:00