Open alexrp opened 5 months ago
https://github.com/vezel-dev/graf/blob/5267fa7a9a78656f5100f09875f7798d0ea9de76/build.zig#L249
Should be based on AFL++. Aro has a good example of applying this to a compiler.
We should run regular fuzzing jobs in CI once this is implemented.
Zig 0.14.0 will have fuzzing built into the testing infrastructure, so we should see if can avoid the AFL++ dependency.
https://github.com/vezel-dev/graf/blob/5267fa7a9a78656f5100f09875f7798d0ea9de76/build.zig#L249
Should be based on AFL++. Aro has a good example of applying this to a compiler.
We should run regular fuzzing jobs in CI once this is implemented.