| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | all: run strace on each found reproducer | Aleksandr Nogikh | 2022-04-29 | 1 | -0/+26 |
| | | | | | | | | | If `strace_bin` is specified, syzkaller will invoke a reproducer with it and save the output. This should help in debugging. If syz-manager is attached to a dashboard, upload the strace-powered output and report. | ||||
| * | vm: support variable output buffer size | Aleksandr Nogikh | 2022-04-29 | 1 | -3/+6 |
| | | | | | | Also update syz-crush to save RawOutput instead of output from the Report. | ||||
| * | all: use the same prog execution code throughout the project | Aleksandr Nogikh | 2022-04-29 | 1 | -0/+159 |
| Previously it was copypasted in pkg/instance, pkg/repro, tools/syz-crash. Use the single implementation instead. Also, this commit fixes a bug - the previous code always set collide to true while reproducing a bug, which led to an immediate syz-exexprog's exit. As a result, newer bugs with .syz repro only were never actually reproduced on #syz test requests. | |||||
