Skip to content

Commit

Permalink
typo in forksrv logging qemu-trace
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasTNO committed Dec 13, 2023
1 parent ef5e823 commit 0caf539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forksrv/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ impl ForkServer {
unistd::close(null).expect("couldn't close /dev/null");
}
println!("EXECVE {path:?} {args:?} {env:?}");
unistd::execve(&path, &args, &env).expect("couldn't execve afl-qemu-tarce");
unistd::execve(&path, &args, &env).expect("couldn't execve afl-qemu-trace");
unreachable!();
}
}
Expand Down

0 comments on commit 0caf539

Please sign in to comment.