From d1d77ae1dbb99bdfe115d7dd61165a19f089ad18 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 12 Oct 2010 18:55:47 +0200 Subject: [PATCH] Avoid checking against strncpy in virsh.c since the replacement function virStrcpy is not available --- .x-sc_prohibit_strncpy | 1 + 1 file changed, 1 insertion(+) diff --git a/.x-sc_prohibit_strncpy b/.x-sc_prohibit_strncpy index 70e2300429..173d233fac 100644 --- a/.x-sc_prohibit_strncpy +++ b/.x-sc_prohibit_strncpy @@ -1 +1,2 @@ ^src/util/util\.c$ +^tools/virsh\.c$ -- GitLab