Skip to content

Commit 58607dc

Browse files
authored
Update QEMU to v9.2.2 (#3088)
* update qemu to v9.2.2 * alignment field has been removed
1 parent bd12639 commit 58607dc

File tree

5 files changed

+509
-415
lines changed

5 files changed

+509
-415
lines changed

libafl_qemu/libafl_qemu_build/src/build.rs

Lines changed: 2 additions & 2 deletions
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 = "4df4d2dcfa0d2eecfb267cddf5ebfb8ef9f58d87";
14+
pub const QEMU_REVISION: &str = "2a676d9cd8c474b5c0db1d77d2769e56e2ed8524";
1515

1616
pub struct BuildResult {
1717
pub qemu_path: PathBuf,
@@ -100,7 +100,7 @@ fn configure_qemu(
100100
}
101101

102102
if cfg!(feature = "qemu_sanitizers") {
103-
cmd.arg("--enable-sanitizers");
103+
cmd.arg("--enable-asan");
104104
}
105105

106106
if is_usermode {

0 commit comments

Comments
 (0)