Bootstrap DD3 Rust port workspace with host-first compatibility tests
This commit is contained in:
6
fuzz/fuzz_targets/payload_decode_v3.rs
Normal file
6
fuzz/fuzz_targets/payload_decode_v3.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
#![no_main]
|
||||
use libfuzzer_sys::fuzz_target;
|
||||
|
||||
fuzz_target!(|data: &[u8]| {
|
||||
let _ = dd3_protocol::decode_batch_v3(data);
|
||||
});
|
||||
Reference in New Issue
Block a user