Skip to content

Commit

Permalink
Add libxcb to fuzzers
Browse files Browse the repository at this point in the history
  • Loading branch information
wiredfool committed Mar 28, 2021
1 parent 94df4ec commit bf8cebc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/oss-fuzz/build.sh
Expand Up @@ -31,6 +31,7 @@ for fuzzer in $(find $SRC -name 'fuzz_*.py'); do
--add-binary /usr/local/lib/libwebp.so.7:. \
--add-binary /usr/local/lib/libwebpdemux.so.2:. \
--add-binary /usr/local/lib/libwebpmux.so.3:. \
--add-binary /usr/local/lib/libxcb.so.1:. \
--distpath $OUT --onefile --name $fuzzer_package $fuzzer

# Create execution wrapper.
Expand Down

0 comments on commit bf8cebc

Please sign in to comment.