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

New commits:
commit d4ec15d5b7c64cd62b6f729c1334c167da5886b4
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sun May 8 21:29:10 2022 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Mon May 9 10:22:05 2022 +0200

    rsc is no more, but concat-deps leaks instead so still need this
    
    Change-Id: I06474f973c1858ed0740232dc75cfd75b8c4706e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134031
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/bin/oss-fuzz-build.sh b/bin/oss-fuzz-build.sh
index 3d0685f88e2a..d0a206e33bb9 100755
--- a/bin/oss-fuzz-build.sh
+++ b/bin/oss-fuzz-build.sh
@@ -28,7 +28,7 @@ export CC_FOR_BUILD="$CC"
 #similarly force the -fsanitize etc args in as well as pthread to get
 #things to link successfully during the build
 export LDFLAGS="$CFLAGS -Wl,--compress-debug-sections,zlib -lpthread"
-#build-time rsc tool leaks a titch
+#build-time concat-deps tool leaks a titch
 export ASAN_OPTIONS="detect_leaks=0"
 
 cd $WORK

Reply via email to