Skip to content

cli: cast NULL to (const char*) in variadic functions

Using NULL as the last argument for a varadic function is undefined and leads to passing a (void*) which is undefined

Edited by Antonio Cardace

Merge request reports