[openssh-commits] [openssh] 01/02: Move unset to before we set anything.

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Jul 12 12:56:33 AEST 2022


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit fb2f3a61bf3d28fff285524535f7ffcd177c9235
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Tue Jul 12 12:54:24 2022 +1000

    Move unset to before we set anything.
---
 .github/configs | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/configs b/.github/configs
index 0308ca6c..48070ee7 100755
--- a/.github/configs
+++ b/.github/configs
@@ -10,6 +10,8 @@
 
 config=$1
 
+unset CC CFLAGS CPPFLAGS LDFLAGS LTESTS SUDO
+
 TEST_TARGET="tests"
 LTESTS=""
 SKIP_LTESTS=""
@@ -17,7 +19,6 @@ SUDO=sudo	# run with sudo by default
 TEST_SSH_UNSAFE_PERMISSIONS=1
 # Stop on first test failure to minimize logs
 TEST_SSH_FAIL_FATAL=yes
-unset CC CFLAGS CPPFLAGS LDFLAGS LTESTS SUDO
 
 CONFIGFLAGS=""
 LIBCRYPTOFLAGS=""
@@ -72,7 +73,7 @@ case "$config" in
 	    TEST_TARGET="t-exec"
 	    ;;
 	clang-sanitize-memory)
-	    CFLAGS="-fsanitize=memory -fsanitize-memory-track-origins"
+	    CFLAGS="-fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer"
 	    LDFLAGS="-fsanitize=memory"
 	    CPPFLAGS='-Dchroot=chdir -Dexplicit_bzero=bzero -DMSAN_OPTIONS=\"log_path='$SANLOGS'/msan.log\"'
 	    CONFIGFLAGS="--without-openssl --without-zlib --without-shadow"

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list