Re: git: 2c709ee70ade - main - libc: handle zero alignment in memalign()

From: Ed Maste <emaste_at_freebsd.org>
Date: Sat, 25 Feb 2023 20:20:51 UTC
On Fri, 24 Feb 2023 at 20:27, Steffen Nurpmeso <steffen@sdaoden.eu> wrote:
>
> Me too.  'Was just thinking of allocators which give back valid
> but inaccessible memory for 0 bytes so that each access would
> fault.

The size is not (necessarily) zero though. The alignment requested is.