On Tue, Nov 05, 2024 at 10:54:50PM +0100, Phil Sutter wrote: > calloc() expects the number of elements in the first parameter, not the > second. Swap them and while at it drop one pointless cast (the function > returns a void pointer anyway). BTW, will you add -Wcalloc-transposed-args to Makefile.am? Thanks