Skip to content

Commit

Permalink
temporary let fuzzing fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Jun 2, 2024
1 parent 0370751 commit 4a85711
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fuzzer/simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ read_file(const struct SqshTreeTraversal *traversal) {
struct SqshXattrIterator *xattr_iter = NULL;
int rv;

printf("Reading file: %i", *(char *)100);

inode = sqsh_tree_traversal_open_file(traversal, &rv);
if (rv < 0) {
goto out;
Expand Down

0 comments on commit 4a85711

Please sign in to comment.