MCPcopy Create free account
hub / github.com/PLSysSec/wave / check_ffi_load_vec

Function check_ffi_load_vec

tools/fuzz-gen/out.rs:14–18  ·  view source on GitHub ↗
(ptr: *mut u8, len: usize)

Source from the content-addressed store, hash-verified

12}
13#[quickcheck_macros::quickcheck]
14fn check_ffi_load_vec(ptr: *mut u8, len: usize) -> TestResult {
15 init();
16 let result = ffi_load_vec(ptr, len);
17 TestResult::passed()
18}
19#[quickcheck_macros::quickcheck]
20fn check_ffi_load_cstr(ptr: *const c_char) -> TestResult {
21 init();

Callers

nothing calls this directly

Calls 2

initFunction · 0.85
ffi_load_vecFunction · 0.85

Tested by

no test coverage detected