Skip to content

Commit

Permalink
fuzz: remove malformed_length entry (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
manunio authored Jan 8, 2025
1 parent 896a5e1 commit 16084d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .evergreen/run-fuzzer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ run_fuzzer "raw_deserialize"
run_fuzzer "iterate"

# Run new security-focused targets
run_fuzzer "malformed_length"
run_fuzzer "type_markers"
run_fuzzer "string_handling"
run_fuzzer "serialization"
4 changes: 0 additions & 4 deletions fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ path = "fuzz_targets/raw_deserialize.rs"
name = "raw_deserialize_utf8_lossy"
path = "fuzz_targets/raw_deserialize_utf8_lossy.rs"

[[bin]]
name = "malformed_length"
path = "fuzz_targets/malformed_length.rs"

[[bin]]
name = "type_markers"
path = "fuzz_targets/type_markers.rs"
Expand Down

0 comments on commit 16084d9

Please sign in to comment.