bin/oss-fuzz-setup.sh |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 6a28b9d3ad425f49963e4fc3403ddc6f25bb6273
Author:     Mike Kaganski <[email protected]>
AuthorDate: Wed Oct 1 11:59:16 2025 +0200
Commit:     Miklos Vajna <[email protected]>
CommitDate: Tue Oct 7 08:33:09 2025 +0200

    Some dtoa removal leftovers
    
    Omission from commit b6feccc9a2154336ff4a83fcc62def322cfcbe84
    (Replace dtoa with fast_float for faster string-to-float parsing,
    2025-09-21).
    
    Change-Id: I7d84f6e94db559d722f4e461aa1efcfd44534538
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191716
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-by: Miklos Vajna <[email protected]>

diff --git a/bin/oss-fuzz-setup.sh b/bin/oss-fuzz-setup.sh
index c51b3ad9df80..f53daa5ab988 100755
--- a/bin/oss-fuzz-setup.sh
+++ b/bin/oss-fuzz-setup.sh
@@ -23,6 +23,7 @@ curl --no-progress-meter -S \
     -C - -O https://dev-www.libreoffice.org/src/$BOOST_TARBALL \
     -C - -O https://dev-www.libreoffice.org/src/$BOX2D_TARBALL \
     -C - -O https://dev-www.libreoffice.org/src/$EXPAT_TARBALL \
+    -C - -O https://dev-www.libreoffice.org/src/$FAST_FLOAT_TARBALL \
     -C - -O https://dev-www.libreoffice.org/src/$LIBJPEG_TURBO_TARBALL \
     -C - -O https://dev-www.libreoffice.org/src/$LCMS2_TARBALL \
     -C - -O https://dev-www.libreoffice.org/src/$LIBEXTTEXTCAT_TARBALL \

Reply via email to