Skip to content

Commit

Permalink
Update qemu (AFLplusplus#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreafioraldi authored Oct 13, 2022
1 parent bb3d6b3 commit fbff363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libafl_qemu/build_linux.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use which::which;

const QEMU_URL: &str = "https://github.com/AFLplusplus/qemu-libafl-bridge";
const QEMU_DIRNAME: &str = "qemu-libafl-bridge";
const QEMU_REVISION: &str = "ebda58f3e94a82f769890814339295b467f16680";
const QEMU_REVISION: &str = "7dfe8278546b94ae3d18517cfd97bc20c717ed66";

fn build_dep_check(tools: &[&str]) {
for tool in tools {
Expand Down

0 comments on commit fbff363

Please sign in to comment.