Skip to content

Commit a613676

Browse files
authored
Fix LibAFL QEMU race condition between main loop and a vcpu (#3072)
1 parent d317725 commit a613676

File tree

1 file changed

+1
-1
lines changed
  • libafl_qemu/libafl_qemu_build/src

1 file changed

+1
-1
lines changed

libafl_qemu/libafl_qemu_build/src/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use crate::cargo_add_rpath;
1111

1212
pub const QEMU_URL: &str = "https://github.com/AFLplusplus/qemu-libafl-bridge";
1313
pub const QEMU_DIRNAME: &str = "qemu-libafl-bridge";
14-
pub const QEMU_REVISION: &str = "fea68856b9410ca6f0076a6bf9ccc4b4b11aa09c";
14+
pub const QEMU_REVISION: &str = "4df4d2dcfa0d2eecfb267cddf5ebfb8ef9f58d87";
1515

1616
pub struct BuildResult {
1717
pub qemu_path: PathBuf,

0 commit comments

Comments
 (0)