Re: [PATCH] test-path-utils: use xsnprintf in favor of strcpy
From: Johannes Schindelin <hidden> Date: 2016-06-15 23:08:10
Hi Peff,
On Mon, 8 Feb 2016, Jeff King wrote:
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 <redacted>