Skip to content

Commit

Permalink
[libafl-qemu-bridge] fix rpath regex for Ubuntu (#2609)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmalmain authored Oct 11, 2024
1 parent 66a8682 commit 18fb6a4
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 = "d6637939526f453c69f4c6bfe4635feb5dc5c0be";
pub const QEMU_REVISION: &str = "805b14ffc44999952562e8f219d81c21a4fa50b9";

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

0 comments on commit 18fb6a4

Please sign in to comment.