test when something is found
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 7s
Gentoo Utils / grep (push) Failing after 3s
Gentoo Utils / check-format (push) Successful in 8s
Gentoo Utils / docs (push) Successful in 12s
Gentoo Utils / build (push) Successful in 20s
Gentoo Utils / test (push) Successful in 27s
Gentoo Utils / fuzz (push) Failing after 41s

This commit is contained in:
2025-12-14 21:30:46 -06:00
parent 6d2fe7dc2a
commit e99caed709

View File

@@ -17,6 +17,7 @@ pub unsafe extern "C" fn LLVMFuzzerTestOneInput(input: *const u8, len: usize) ->
return -1;
}
// todo!()
let stdin = io::stdin();
let mut stdout = io::stdout();
let mut buffer = String::new();