Re: git: 419822b372f5 - main - libgeom(3): Use calloc instead of malloc and bzero.

From: Ed Maste <emaste_at_freebsd.org>
Date: Fri, 11 Mar 2022 14:56:29 UTC
On Fri, 11 Mar 2022 at 06:10, Hans Petter Selasky <hps@selasky.org> wrote:
>
> I don't see any issues converting malloc, memset/bzero sequences, as
> long as they zero the full memory area allocated.

In case someone starts picking up more of these, the more usual way to
write it is "calloc(1, size)"