[openssh-commits] [openssh] branch master updated: Hardenedmalloc needs -std=c23 so build with clang.

git+noreply at mindrot.org git+noreply at mindrot.org
Tue May 26 09:35:59 AEST 2026


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

dtucker pushed a commit to branch master
in repository openssh.

The following commit(s) were added to refs/heads/master by this push:
     new 3468ac729 Hardenedmalloc needs -std=c23 so build with clang.
3468ac729 is described below

commit 3468ac72962970728a204e5052a3be9826090b13
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Tue May 26 09:33:51 2026 +1000

    Hardenedmalloc needs -std=c23 so build with clang.
---
 .github/setup_ci.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh
index 4dd35801c..fa5781813 100755
--- a/.github/setup_ci.sh
+++ b/.github/setup_ci.sh
@@ -226,7 +226,7 @@ if [ "${INSTALL_HARDENED_MALLOC}" = "yes" ]; then
     (cd ${HOME} &&
      git clone https://github.com/GrapheneOS/hardened_malloc.git &&
      cd ${HOME}/hardened_malloc &&
-     make && sudo cp out/libhardened_malloc.so /usr/lib/)
+     make CC=clang && sudo cp out/libhardened_malloc.so /usr/lib/)
 fi
 
 if [ ! -z "${INSTALL_OPENSSL}" ]; then

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


More information about the openssh-commits mailing list