From 208d69342d5b7923ee032a30a1be0991a47bc127 Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Tue, 21 Dec 2021 11:35:06 +0100 Subject: [PATCH] Update QEMU git hash --- libafl_qemu/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libafl_qemu/build.rs b/libafl_qemu/build.rs index ecf81e3cbf..16526c3bee 100644 --- a/libafl_qemu/build.rs +++ b/libafl_qemu/build.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 = "e97deaae59c1825823037c2d549f8697a05d157c"; +const QEMU_REVISION: &str = "29ff57375301a144ed2a3e847cc01acfd1b29855"; fn build_dep_check(tools: &[&str]) { for tool in tools {