aboutsummaryrefslogtreecommitdiffstats
path: root/syz-verifier/execresult.go
Commit message (Collapse)AuthorAgeFilesLines
* syz-verifier: use ignore flag because go mod tidy knows itTaras Madan2024-07-021-1/+1
|
* pkg/ipc: remove ProgInfoDmitry Vyukov2024-05-211-0/+4
| | | | | | Switch to flatrpc.ProgInfo. Note: this disables syz-runtest and syz-verifier.
* syz-verifier: redesigned the analysis program generation and analysis flow ↵Taras Madan2022-03-221-32/+34
| | | | | | | | | (#2908) Program verification logic is located in one function now. VMs fetch programs from priority queues, not from the generator. VMs operate the tasks, not programs now. For the crashed VM - return error for every program in the queue *fixed some road errors
* syz-verifier: rename verifier.go and Result to better reflect internalsTaras Madan2021-10-151-0/+139