[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] AC_FUNC_MALLOC: fix cross compilation to musl
From: |
Zack Weinberg |
Subject: |
Re: [PATCH] AC_FUNC_MALLOC: fix cross compilation to musl |
Date: |
Wed, 15 May 2024 15:00:36 +0000 |
User-agent: |
Cyrus-JMAP/3.11.0-alpha0-455-g0aad06e44-fm-20240509.001-g0aad06e4 |
On Wed, May 15, 2024, at 11:49 AM, Alyssa Ross wrote:
> This check returned yes for me on musl 1.2.3 on aarch64-unknown-linux-
> musl.
Thanks! I verified by code inspection that all three of musl libc's
malloc implementations return a non-NULL pointer for malloc(0), and
committed your patch.
zw