From 7da98de69587892f270260fa2ec2f6bb13e183d8 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Wed, 14 Oct 2020 12:55:21 +0200 Subject: [PATCH] uninitizlized variable --- apps/cli/cli_auto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cli/cli_auto.c b/apps/cli/cli_auto.c index ed7f54f3..3c5feed5 100644 --- a/apps/cli/cli_auto.c +++ b/apps/cli/cli_auto.c @@ -201,7 +201,7 @@ cli_auto_up(clicon_handle h, cvec *cvv1 = NULL; /* copy */ char *api_path_fmt0; /* from */ char *api_path_fmt1; /* to */ - char *api_path; + char *api_path = NULL; int i; int j;