ruff/fuzz/fuzz_targets
Addison Crump 70e6c212d9
Improve ruff_parse_simple to find UTF-8 violations (#5008)
Improves the `ruff_parse_simple` fuzz harness by adding checks for
parsed locations to ensure they all lie on UTF-8 character boundaries.
This will allow for faster identification of issues like #5004.

This also adds additional details for Apple M1 users and clarifies the
importance of using `init-fuzzer.sh` (thanks for the feedback,
@jasikpark 🙂).
2023-06-12 12:10:23 -04:00
..
ruff_fix_validity.rs Remove libafl_libfuzzer while it remains unstable (#4933) 2023-06-07 19:56:37 +02:00
ruff_parse_idempotency.rs Remove libafl_libfuzzer while it remains unstable (#4933) 2023-06-07 19:56:37 +02:00
ruff_parse_simple.rs Improve ruff_parse_simple to find UTF-8 violations (#5008) 2023-06-12 12:10:23 -04:00