1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

handle mallformed utf8 gameevent values

This commit is contained in:
Robin Appelman 2020-01-20 12:30:05 +01:00
commit 6599a5d6d2
8 changed files with 201 additions and 9 deletions

View file

@ -22,3 +22,10 @@ members = ["."]
[[bin]]
name = "fuzz_target_1"
path = "fuzz_targets/fuzz_target_1.rs"
[[bin]]
name = "real_inputs"
path = "fuzz_targets/real_inputs.rs"
[profile.dev]
opt-level = 2