Skip to content

Commit

Permalink
fuzzing ping(8) with honggfuzz: shadow close
Browse files Browse the repository at this point in the history
  • Loading branch information
plusun committed Jul 24, 2018
1 parent 60c885d commit 50c871c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sbin/ping/fuzzer_ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,4 @@ ssize_t sendto(int s, const void *msg, size_t len, int flags,
return len;
}

int close(int fd) { return 0; }

0 comments on commit 50c871c

Please sign in to comment.