From 131483410fabac142022094bc3206fffa6ae127b Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Mon, 4 Oct 2021 10:44:55 +0200 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 0e5c4deb6b..e6ff103e19 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 = "78936b7cc7c8fcdce3858eb3a343a002ffb89f0c"; +const QEMU_REVISION: &str = "dd66ee9d0ec90221eb6476c63800f2671ad2a0c8"; fn build_dep_check(tools: &[&str]) { for tool in tools {