Use "char" instead of "char *" for dummy calloc buffer elements

Authored by mwolff on May 16 2018, 12:08 PM.

Description

Use "char" instead of "char *" for dummy calloc buffer elements

Bug found by GCC waring:

'memset' used with length equal to number of elements without multiplication by element size

Details

Committed
mwolffMay 16 2018, 12:08 PM
Parents
R45:c852afd92601: silence GCC warning: ignoring attributes on template argument
Branches
Unknown
Tags
Unknown