[PATCH] malloc: Fix -Wuse-after-free warning in tst-mallocalign1 [BZ #26779]

Andreas Schwab schwab@linux-m68k.org
Mon Jan 31 08:31:00 GMT 2022


On Jan 31 2022, Carlos O'Donell via Libc-alpha wrote:

> +#define ALIGNED(p) (((uintptr_t )p & MALLOC_ALIGN_MASK) == 0)

Wrong spacing.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."


More information about the Libc-alpha mailing list