Resolved PR comments and added more fuzz targets.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#![no_main]
|
||||
|
||||
use fuzz_helper::split_assemble;
|
||||
use fuzz_helper::split_assemble_hid_packets;
|
||||
use libfuzzer_sys::fuzz_target;
|
||||
|
||||
// Fuzzing HID packets splitting and assembling functions.
|
||||
fuzz_target!(|data: &[u8]| {
|
||||
split_assemble(data);
|
||||
split_assemble_hid_packets(data);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user