MCPcopy Create free account
hub / github.com/FuzzAnything/PromptFuzz / test_sanitize_crash

Function test_sanitize_crash

src/program/libfuzzer.rs:933–939  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

931
932 #[test]
933 fn test_sanitize_crash() -> Result<()> {
934 let deopt = Deopt::new("libpcap".to_string())?;
935 Config::init_test("libpcap");
936 let fuzzer_dir = deopt.get_library_fuzzer_dir(false)?;
937 sanitize_crash::sanitize_crash(&fuzzer_dir, &deopt)?;
938 Ok(())
939 }
940}

Callers

nothing calls this directly

Calls 2

sanitize_crashFunction · 0.70

Tested by

no test coverage detected