Re: [PATCH] tap-win32: Ignore keys too long

2024-11-07 Thread Daniel P . Berrangé
On Thu, Nov 07, 2024 at 06:48:44PM +0900, Akihiko Odaki wrote: > Registry keys get truncated and trigger -Wformat-truncation. Ignore > such truncated keys as they are invalid. > > Signed-off-by: Akihiko Odaki > --- > net/tap-win32.c | 28 ++-- > 1 file changed, 18 inserti

[PATCH] tap-win32: Ignore keys too long

2024-11-07 Thread Akihiko Odaki
Registry keys get truncated and trigger -Wformat-truncation. Ignore such truncated keys as they are invalid. Signed-off-by: Akihiko Odaki --- net/tap-win32.c | 28 ++-- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/net/tap-win32.c b/net/tap-win32.c index