Skip to content

Commit

Permalink
Updated fuzzer
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Apr 9, 2024
1 parent e2be135 commit 71459eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fuzzer/target.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ function (string $input)
}
catch (s9e\Bencode\Exceptions\DecodingException $e)
{
// Ignore this exception, the same exception will be thrown by the other decoder
}

s9e\Bencode\Bencode::decodeNonCompliant($input);
Expand Down

0 comments on commit 71459eb

Please sign in to comment.