From fbff36384216d3190eca04563e36d91775d2641f Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Thu, 13 Oct 2022 21:16:07 +0200 Subject: [PATCH] Update qemu (#835) --- 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 d9478507d3..21676bc879 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 = "ebda58f3e94a82f769890814339295b467f16680"; +const QEMU_REVISION: &str = "7dfe8278546b94ae3d18517cfd97bc20c717ed66"; fn build_dep_check(tools: &[&str]) { for tool in tools {