aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/testdata
Commit message (Collapse)AuthorAgeFilesLines
* sys: control structural changes during neutralizationAleksandr Nogikh2022-09-292-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_imageAleksandr Nogikh2022-09-274-0/+2
To simplify the extraction code, let's make segments non-overlapping even before execution.