GraphicsMagick: fuzzing/oss-fuzz-build.sh: Disable using libxml2...
GraphicsMagick Commits <[email protected]>
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.3774.1663249387.1372.graphicsmagick-commit@lists.sourceforge.net> |
changeset 6f8bcf12e54a in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=6f8bcf12e54a summary: fuzzing/oss-fuzz-build.sh: Disable using libxml2 in oss-fuzz build diffstat: ChangeLog | 5 +++++ fuzzing/oss-fuzz-build.sh | 12 ++++++------ www/Changelog.html | 4 ++++ 3 files changed, 15 insertions(+), 6 deletions(-) diffs (50 lines): diff -r 2c8a7aae4a95 -r 6f8bcf12e54a ChangeLog --- a/ChangeLog Thu Sep 15 08:37:49 2022 -0500 +++ b/ChangeLog Thu Sep 15 08:42:57 2022 -0500 @@ -1,5 +1,10 @@ 2022-09-15 Bob Friesenhahn <[email protected]> + * fuzzing/oss-fuzz-build.sh: Disable using libxml2 in oss-fuzz + build due to it being arbitrarily broken in the oss-fuzz build for + several weeks with no solution offered. Nobody seems to care any + more. + * coders/svg.c: Re-enable support for XML internal subset. 2022-09-05 Bob Friesenhahn <[email protected]> diff -r 2c8a7aae4a95 -r 6f8bcf12e54a fuzzing/oss-fuzz-build.sh --- a/fuzzing/oss-fuzz-build.sh Thu Sep 15 08:37:49 2022 -0500 +++ b/fuzzing/oss-fuzz-build.sh Thu Sep 15 08:42:57 2022 -0500 @@ -79,12 +79,12 @@ make install popd -echo "=== Building libxml2..." -pushd "$SRC/libxml2" -./autogen.sh --disable-shared --without-debug --without-legacy --without-python --without-schematron --without-schemas --prefix="${WORK}" -make -j$(nproc) -make install -popd +#echo "=== Building libxml2..." +#pushd "$SRC/libxml2" +#./autogen.sh --disable-shared --without-debug --without-legacy --without-python --without-schematron --without-schemas --prefix="${WORK}" +#make -j$(nproc) +#make install +#popd echo "=== Building jasper..." pushd "$SRC/jasper" diff -r 2c8a7aae4a95 -r 6f8bcf12e54a www/Changelog.html --- a/www/Changelog.html Thu Sep 15 08:37:49 2022 -0500 +++ b/www/Changelog.html Thu Sep 15 08:42:57 2022 -0500 @@ -38,6 +38,10 @@ <p>2022-09-15 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p> <blockquote> <ul class="simple"> +<li>fuzzing/oss-fuzz-build.sh: Disable using libxml2 in oss-fuzz +build due to it being arbitrarily broken in the oss-fuzz build for +several weeks with no solution offered. Nobody seems to care any +more.</li> <li>coders/svg.c: Re-enable support for XML internal subset.</li> </ul> </blockquote>