⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

run_fuzz_target

Function run_fuzz_target 

Source
pub fn run_fuzz_target(
    target: &dyn FuzzTarget,
    config: &FuzzConfig,
) -> &'static FuzzStats
Expand description

Run the fuzzer on a target