| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Dedup code in syz-ci and syz-hub.
|
| |
|
|
| |
./tools/syz-env bin/golangci-lint run ./... --fix
|
| | |
|
| |
|
|
| |
Update #2095
|
| |
|
|
| |
Update #538
|
| |
|
|
| |
Fix typos, non-canonical code, remove dead code, etc.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Also mention Alexander Popov in AUTHORS and CONTRIBUTORS.
|
| | |
|
| |
|
|
|
|
| |
Hub accumulates tremendous of programs.
Storing all them in separate files can be very slow.
Use the new db package to store corpus in a single file.
|
|
|
syz-hub is used to exchange programs between syz-managers.
|