Skip to content

Commit 77a3e6b

Browse files
committed
Add tcmalloc flags to TEST_SSH_SSHD_ENV.
This will get passed to sshd via test-exec.sh.
1 parent a73890e commit 77a3e6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/configs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ case "$config" in
142142
# get clobbered by ssh/sshd calling closefrom() and chaos will ensue.
143143
# Tell tcmalloc to use an unwinder that doesn't pull this stuff.
144144
TCMALLOC_STACKTRACE_METHOD=generic_fp
145-
export TCMALLOC_STACKTRACE_METHOD
145+
TEST_SSH_SSHD_ENV="TCMALLOC_STACKTRACE_METHOD=generic_fp"
146+
export TCMALLOC_STACKTRACE_METHOD TEST_SSH_SSHD_ENV
146147
;;
147148
krb5|heimdal)
148149
CONFIGFLAGS="--with-kerberos5"

0 commit comments

Comments
 (0)