From: Junio C Hamano <hidden> Date: 2022-06-16 20:11:14
Jeff King [off-list ref] writes:
Being the curious sort, I ran it in a debugger. And indeed, "cp" is
filled with uninitialized garbage. The reason it works is that the test
calls bug() with a format string that does not contain any placeholders.
And thus our eventual call to vsnprintf() does not ever look at "cp" at
all!