[openssh-commits] [openssh] 01/06: Add tcmalloc flags to TEST_SSH_SSHD_ENV.

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Mar 28 17:32:42 AEDT 2025


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

dtucker pushed a commit to branch master
in repository openssh.

commit 77a3e6ba47381547b3fe4b29223256f276fbd07e
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Fri Mar 28 16:46:40 2025 +1100

    Add tcmalloc flags to TEST_SSH_SSHD_ENV.
    
    This will get passed to sshd via test-exec.sh.
---
 .github/configs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/configs b/.github/configs
index 5c73082e..2526e3ef 100755
--- a/.github/configs
+++ b/.github/configs
@@ -142,7 +142,8 @@ case "$config" in
 	# get clobbered by ssh/sshd calling closefrom() and chaos will ensue.
 	# Tell tcmalloc to use an unwinder that doesn't pull this stuff.
 	TCMALLOC_STACKTRACE_METHOD=generic_fp
-	export TCMALLOC_STACKTRACE_METHOD
+	TEST_SSH_SSHD_ENV="TCMALLOC_STACKTRACE_METHOD=generic_fp"
+	export TCMALLOC_STACKTRACE_METHOD TEST_SSH_SSHD_ENV
 	;;
     krb5|heimdal)
 	CONFIGFLAGS="--with-kerberos5"

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


More information about the openssh-commits mailing list