syzkaller/pkg/rpctype
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
..
rpc.go pkg/rpctype: from from rpctype 2017-06-17 14:41:15 +02:00
rpctype.go syz-fuzzer: don't send/check CallIndex for inputs 2017-10-10 10:41:27 +02:00