Skip to content

Commit 16084d9

Browse files
authored
fuzz: remove malformed_length entry (#510)
1 parent 896a5e1 commit 16084d9

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.evergreen/run-fuzzer.sh

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ run_fuzzer "raw_deserialize"
3535
run_fuzzer "iterate"
3636

3737
# Run new security-focused targets
38-
run_fuzzer "malformed_length"
3938
run_fuzzer "type_markers"
4039
run_fuzzer "string_handling"
4140
run_fuzzer "serialization"

fuzz/Cargo.toml

-4
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ path = "fuzz_targets/raw_deserialize.rs"
3939
name = "raw_deserialize_utf8_lossy"
4040
path = "fuzz_targets/raw_deserialize_utf8_lossy.rs"
4141

42-
[[bin]]
43-
name = "malformed_length"
44-
path = "fuzz_targets/malformed_length.rs"
45-
4642
[[bin]]
4743
name = "type_markers"
4844
path = "fuzz_targets/type_markers.rs"

0 commit comments

Comments
 (0)