summaryrefslogtreecommitdiff
path: root/lib/fuzzing
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2020-10-22 15:39:50 +1300
committerDouglas Bagnall <dbagnall@samba.org>2020-10-22 23:08:31 +0000
commitb5f8073431c3c518108c2477aa566694d79454a3 (patch)
tree527b30f48a075a4f7e7181e3486a5d80cb5fbf44 /lib/fuzzing
parent1432d225b0426e366649cde4837eff58ee95b0c8 (diff)
downloadsamba-b5f8073431c3c518108c2477aa566694d79454a3.tar.gz
oss-fuzz: update comment to reference RPATH for the static-ish binaries
We strictly require RPATH, so fix the comment to avoid mentioning the modern RUNPATH which is almost but not entirely similar. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'lib/fuzzing')
-rwxr-xr-xlib/fuzzing/oss-fuzz/build_samba.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fuzzing/oss-fuzz/build_samba.sh b/lib/fuzzing/oss-fuzz/build_samba.sh
index 28c37a793cc..0ecfe172cd8 100755
--- a/lib/fuzzing/oss-fuzz/build_samba.sh
+++ b/lib/fuzzing/oss-fuzz/build_samba.sh
@@ -97,7 +97,7 @@ do
# Copy any system libraries needed by this fuzzer to $OUT/lib.
# We run ldd on $x, the fuzz_binary in bin/ which has not yet had
- # the RUNPATH altered. This is clearer for debugging in local
+ # the RPATH altered. This is clearer for debugging in local
# development builds as $OUT is not cleaned between runs.
#
# Otherwise trying to re-run this can see cp can fail with: