Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 7d7c989

Browse files
author
Rain Liu
committed
fix fuzz
1 parent 4d1e568 commit 7d7c989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz/fuzz_targets/parse_session.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ use libfuzzer_sys::fuzz_target;
33

44
fuzz_target!(|data: &[u8]| {
55
let mut cursor = std::io::Cursor::new(data);
6-
let _session = sdp::session_description::SessionDescription::unmarshal(&mut cursor);
6+
let _session = sdp::SessionDescription::unmarshal(&mut cursor);
77
});

0 commit comments

Comments
 (0)