libafl_qemu: update libafl-qemu-bridge revision

This commit is contained in:
Alwin Berger 2022-11-15 09:30:12 +01:00
parent 685ae4bd91
commit 1399da5d7e

View File

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