Skip to content

Commit

Permalink
Add fuzzing example that caused overflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
fancycode authored and farindk committed Jul 4, 2024
1 parent 0e0e737 commit fba9ee8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/check-licenses.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set -eu
#

echo "Checking licenses..."
CHECK_RESULT=`/usr/bin/licensecheck --recursive --ignore 'emscripten|libde265|README\.md|post\.js|/.git/|clusterfuzz-testcase-.*' .`
CHECK_RESULT=`/usr/bin/licensecheck --recursive --ignore 'emscripten|libde265|README\.md|post\.js|/.git/|clusterfuzz-testcase-.*|fuzzing/data/.*' .`

FOUND=
while read -r line; do
Expand Down

0 comments on commit fba9ee8

Please sign in to comment.