]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
Try to fix github tcmalloc target failure
authorDamien Miller <djm@mindrot.org>
Mon, 24 Feb 2025 06:27:50 +0000 (17:27 +1100)
committerDamien Miller <djm@mindrot.org>
Mon, 24 Feb 2025 06:27:50 +0000 (17:27 +1100)
commit3bc6de98c830bd5207f6c371ba69c5874f06305b
tree085c67f0da4a1a5d6860730de2142fb609d78335
parent922e54bbfe8c8479453693ef52350338f0c19124
Try to fix github tcmalloc target failure

tcmalloc may, depending on the stacktrace generator it uses, create
pipe(2) fds during shared library initialisation. These will later
get clobbered by ssh/sshd calling closefrom() and chaos will ensue.
Tell tcmalloc to use an unwinder that doesn't pull this stuff.
.github/configs