forked from gentoo-utils/gentoo-utils
generate corpus to fuzz on with meson
This commit is contained in:
@@ -19,7 +19,7 @@ pub unsafe extern "C" fn LLVMFuzzerTestOneInput(input: *const u8, len: usize) ->
|
||||
let mut proc = Command::new("atom.py")
|
||||
.stdin(Stdio::piped())
|
||||
.spawn()
|
||||
.unwrap();
|
||||
.expect("failed to start atom.py");
|
||||
|
||||
proc.stdin
|
||||
.as_mut()
|
||||
|
||||
Reference in New Issue
Block a user