Phil Sutter <phil@xxxxxx> 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). Acked-by: Florian Westphal <fw@xxxxxxxxx>