Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
headshog committed May 23, 2024
1 parent 158c425 commit 97f69f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion casr/src/bin/casr-afl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ fn main() -> Result<()> {
match util::symbols_list(Path::new(target)) {
Ok(list) => {
if list.contains("__asan") {
crash_info.casr_tool = util::get_path("casr-san")?.clone()
crash_info.casr_tool.clone_from(&(util::get_path("casr-san")?))
}
}
Err(e) => {
Expand Down

0 comments on commit 97f69f4

Please sign in to comment.