syzkaller/syz-hub/state
Dmitry Vyukov 8af91f61b4 syz-manager, syz-hub: share repros between managers via hub
Currently hub allows managers to exchange programs from corpus.
But reproducers are not exchanged and we don't know if a crash
happens on other managers as well or not.

Allow hub to exchange reproducers.

Reproducers are stored in a separate db file with own sequence numbers.
This allows to throttle distribution of reproducers to managers,
so that they are not overloaded with reproducers and don't lose them on restarts.

Based on patch by Andrey Konovalov:
https://github.com/google/syzkaller/pull/325

Fixes #282
2017-08-07 15:28:59 +02:00
..
state_test.go syz-manager, syz-hub: share repros between managers via hub 2017-08-07 15:28:59 +02:00
state.go syz-manager, syz-hub: share repros between managers via hub 2017-08-07 15:28:59 +02:00