| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys: control structural changes during neutralization | Aleksandr Nogikh | 2022-09-29 | 2 | -1/+1 |
| | | | | | | | | | | | | Ideally, we should properly support the already existing fix flag to distinguish between fixing and checking, but for now at least let it control whether structural changes are to be made. Otherwise we get into trouble while hint-mutating syz_mount_image calls, because we iterate over all call arguments and (possibly) remove them at the same time. It leads to `bad group arg size %v, should be <= %v for %#v type %#v` errors. | ||||
| * | sys/linux: extract raw images from syz_mount_image | Aleksandr Nogikh | 2022-09-27 | 4 | -0/+2 |
| To simplify the extraction code, let's make segments non-overlapping even before execution. | |||||
