[libafl-qemu-bridge] fix rpath regex for Ubuntu (#2609)

This commit is contained in:
Romain Malmain 2024-10-11 18:56:51 +02:00 committed by GitHub
parent 66a8682c9e
commit 18fb6a4197
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ use crate::cargo_add_rpath;
pub const QEMU_URL: &str = "https://github.com/AFLplusplus/qemu-libafl-bridge"; pub const QEMU_URL: &str = "https://github.com/AFLplusplus/qemu-libafl-bridge";
pub const QEMU_DIRNAME: &str = "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)] #[allow(clippy::module_name_repetitions)]
pub struct BuildResult { pub struct BuildResult {