Re: [PATCH] AC_FUNC_MALLOC: fix cross compilation to musl

"Zack Weinberg" <[email protected]> Wed, 15 May 2024 15:00:36 +0000
Newsgroups gmane.comp.sysutils.autoconf.patches
Message-ID <[email protected]>
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