We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 896a5e1 commit 16084d9Copy full SHA for 16084d9
.evergreen/run-fuzzer.sh
@@ -35,7 +35,6 @@ run_fuzzer "raw_deserialize"
35
run_fuzzer "iterate"
36
37
# Run new security-focused targets
38
-run_fuzzer "malformed_length"
39
run_fuzzer "type_markers"
40
run_fuzzer "string_handling"
41
run_fuzzer "serialization"
fuzz/Cargo.toml
@@ -39,10 +39,6 @@ path = "fuzz_targets/raw_deserialize.rs"
name = "raw_deserialize_utf8_lossy"
path = "fuzz_targets/raw_deserialize_utf8_lossy.rs"
42
-[[bin]]
43
-name = "malformed_length"
44
-path = "fuzz_targets/malformed_length.rs"
45
-
46
[[bin]]
47
name = "type_markers"
48
path = "fuzz_targets/type_markers.rs"
0 commit comments