9 Jul
2026
9 Jul
'26
12:32 a.m.
va_start() initialises the va_list, but zero-initialise it at
declaration as well to make it clear the variable is not used
uninitialised.
Signed-off-by: Jon Maloy