Skip to content

Commit 5311ce7

Browse files
Fix missing usage of saved_tree in AsanGiovese (#1506)
1 parent b090bc7 commit 5311ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libafl_qemu/src/asan.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ impl AsanGiovese {
418418
}
419419

420420
if self.snapshot_shadow {
421-
tree.clear();
421+
*tree = self.saved_tree.clone();
422422
}
423423
}
424424

0 commit comments

Comments
 (0)