summaryrefslogtreecommitdiff
path: root/lib/fuzzing
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2021-10-01 09:16:21 +0200
committerUri Simchoni <uri@samba.org>2021-10-04 11:36:06 +0000
commitfc69206f8b8956662e7fc05600e39d2f149a22d9 (patch)
treee7dc8889e3e3afa9b676e3c6207259acc2ef665f /lib/fuzzing
parentcc3081cebfb65181cd291702cb6a2e727dc999b2 (diff)
downloadsamba-fc69206f8b8956662e7fc05600e39d2f149a22d9.tar.gz
lib:fuzzing: Fix quoting of --fuzz-target-ldflags
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
Diffstat (limited to 'lib/fuzzing')
-rwxr-xr-xlib/fuzzing/oss-fuzz/do_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fuzzing/oss-fuzz/do_build.sh b/lib/fuzzing/oss-fuzz/do_build.sh
index e00e2251589..159e9579155 100755
--- a/lib/fuzzing/oss-fuzz/do_build.sh
+++ b/lib/fuzzing/oss-fuzz/do_build.sh
@@ -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"