Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rmalmain authored Sep 30, 2024
1 parent 8211047 commit 17def03
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file added fuzzers/binary_only/qemu_cmin/corpus/not_kitty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions libafl_frida/src/alloc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -619,9 +619,9 @@ impl Allocator {
if info.is_submap != 0 {
depth += 1;
continue;
} else {
break;
}

break;
}

if kr != KERN_SUCCESS {
Expand Down

0 comments on commit 17def03

Please sign in to comment.