Update qemu-libafl-bridge with upstream. (#1829)

QEMU update to v8.2.1
This commit is contained in:
Romain Malmain 2024-02-05 14:24:02 +01:00 committed by GitHub
parent 241b93036e
commit 99a70e5771
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,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 = "51abe6fbcc34a7a8f6a19f4dea219e6a05ccb15f";
const QEMU_REVISION: &str = "75d15d54f4417a4766d2dcb493982d9df0e8eac4";
fn build_dep_check(tools: &[&str]) {
for tool in tools {