Skip to content

Commit

Permalink
update qemu to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
rmalmain authored and saibotk committed Oct 25, 2024
1 parent 218d810 commit e3e08f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libafl_qemu/libafl_qemu_build/src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use crate::cargo_add_rpath;

pub const QEMU_URL: &str = "https://github.com/AFLplusplus/qemu-libafl-bridge";
pub const QEMU_DIRNAME: &str = "qemu-libafl-bridge";
pub const QEMU_REVISION: &str = "805b14ffc44999952562e8f219d81c21a4fa50b9";
pub const QEMU_REVISION: &str = "c3c9c2128566ff325aa1a2bdcedde717f7d86e2c";

#[allow(clippy::module_name_repetitions)]
pub struct BuildResult {
Expand Down

0 comments on commit e3e08f0

Please sign in to comment.