We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be828f4 + 5a9c232 commit 3ee9259Copy full SHA for 3ee9259
Tests/oss-fuzz/build.sh
@@ -20,7 +20,7 @@ python3 setup.py build --build-base=/tmp/build install
20
# Build fuzzers in $OUT.
21
for fuzzer in $(find $SRC -name 'fuzz_*.py'); do
22
compile_python_fuzzer $fuzzer \
23
- --add-binary /usr/local/lib/libjpeg.so.62.3.0:. \
+ --add-binary /usr/local/lib/libjpeg.so.62.4.0:. \
24
--add-binary /usr/local/lib/libfreetype.so.6:. \
25
--add-binary /usr/local/lib/liblcms2.so.2:. \
26
--add-binary /usr/local/lib/libopenjp2.so.7:. \
0 commit comments