don't use NULL as a argument to a varargs function as it may not be promoted properly
unchanged lib/isc/tests/buffer_test.c 271 portability varFuncNullUB false Passing NULL after the last typed argument to a variadic function leads to undefined behaviour.