mirror of
https://github.com/git/git.git
synced 2026-03-14 02:43:25 +01:00
Windows's vsnprintf() receives the number of characters to write, which does not include the trailing NUL byte. But our vsnprintf() users pass the available space, including the trailing NUL.