mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-21 05:20:18 -05:00
This strcpy will never overflow because it's copying from baked-in test data. But we would prefer to avoid strcpy entirely, as it makes it harder to audit for real security bugs. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
7.2 KiB
7.2 KiB