lib:fuzzing: Fix quoting of --fuzz-target-ldflags
authorAndreas Schneider <asn@samba.org>
Fri, 1 Oct 2021 07:16:21 +0000 (09:16 +0200)
committerUri Simchoni <uri@samba.org>
Mon, 4 Oct 2021 11:36:06 +0000 (11:36 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Uri Simchoni <uri@samba.org>
Autobuild-User(master): Uri Simchoni <uri@samba.org>
Autobuild-Date(master): Mon Oct  4 11:36:06 UTC 2021 on sn-devel-184

lib/fuzzing/oss-fuzz/do_build.sh

index e00e22515898bdf53df1813e0f0d8cae1247007c..159e95791554011b07f710e692bed4cad07eb201 100755 (executable)
@@ -85,7 +85,7 @@ esac
            $SANITIZER_ARG \
            --disable-warnings-as-errors \
            --abi-check-disable \
-           --fuzz-target-ldflags="-Wl,--disable-new-dtags $LIB_FUZZING_ENGINE" \
+           "--fuzz-target-ldflags=-Wl,--disable-new-dtags $LIB_FUZZING_ENGINE" \
            --nonshared-binary=ALL \
            "$@" \
            LINK_CC="$CXX"