syzkaller/syz-fuzzer
Dmitry Vyukov 354c324465 syz-fuzzer: don't send/check CallIndex for inputs
The call index check episodically fails:

2017/10/02 22:07:32 bad call index 1, calls 1, program:

under unknown circumstances. I've looked at the code again
and don't see where/how we can mess CallIndex.
Added a new test for minimization that especially checks resulting
CallIndex.
It would be good to understand what happens, but we don't have
any reproducers. CallIndex is actually unused at this point.
Manager only needs call name. So remove CallIndex entirely.
2017-10-10 10:41:27 +02:00
..
fuzzer_freebsd.go all: basic freebsd support 2017-10-02 14:17:32 +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: don't send/check CallIndex for inputs 2017-10-10 10:41:27 +02:00