From b5f8073431c3c518108c2477aa566694d79454a3 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 22 Oct 2020 15:39:50 +1300 Subject: [PATCH] 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 Reviewed-by: Douglas Bagnall --- lib/fuzzing/oss-fuzz/build_samba.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.11.4.GIT