The nightly Brovvulk fuzzer crashed in the ioctl target.
Run: https://github.com/AdvDebug/Brovan/actions/runs/34901019712
The reproducing input is attached to that run as fuzz-ioctl-run5,
along with the triage output. To reproduce locally:
dotnet build Brovan.Fuzz/Brovan.Fuzz.csproj -c Release -p:SkipUnicornNative=true
dotnet Brovan.Fuzz/bin/Release/net8.0/Brovan.Fuzz.dll replay ioctl <crash-file>
The nightly Brovvulk fuzzer crashed in the
ioctltarget.Run: https://github.com/AdvDebug/Brovan/actions/runs/34901019712
The reproducing input is attached to that run as
fuzz-ioctl-run5,along with the triage output. To reproduce locally: