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:
parent
d952c5c4bc
commit
6599a5d6d2
8 changed files with 201 additions and 9 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue