On Fri, 11 Mar 2022 at 06:10, Hans Petter Selasky <[email protected]> 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)"
