From 1682ce686298ae1304cae5720cfe6f26a920332d Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Tue, 26 Jul 2022 17:31:18 +0200 Subject: [PATCH] Fix SIGILL handling in libafl_qemu (#711) --- libafl_qemu/build_linux.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libafl_qemu/build_linux.rs b/libafl_qemu/build_linux.rs index 90613ecce9..8344da4184 100644 --- a/libafl_qemu/build_linux.rs +++ b/libafl_qemu/build_linux.rs @@ -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 {