Fix SIGILL handling in libafl_qemu (#711)

This commit is contained in:
Andrea Fioraldi 2022-07-26 17:31:18 +02:00 committed by GitHub
parent 90f0f06ef5
commit 1682ce6862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ use which::which;
const QEMU_URL: &str = "https://github.com/AFLplusplus/qemu-libafl-bridge";
const QEMU_DIRNAME: &str = "qemu-libafl-bridge";
const QEMU_REVISION: &str = "03fad12e801581536cd10830073acfce69e381fe";
const QEMU_REVISION: &str = "8d8fc6b1bd69684a5ea57e2354153708cc2b3eed";
fn build_dep_check(tools: &[&str]) {
for tool in tools {