From: Todd C. Miller Date: Mon, 7 Sep 1998 16:06:23 +0000 (+0000) Subject: initialize previfname X-Git-Tag: SUDO_1_5_6~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d228cff3139e1408a9f1aab7013a9940c6841884;p=sudo initialize previfname --- diff --git a/interfaces.c b/interfaces.c index e0fed66f9..a62735a37 100644 --- a/interfaces.c +++ b/interfaces.c @@ -111,7 +111,7 @@ void load_interfaces() unsigned int localhost_mask; int sock, n, i; size_t len = sizeof(struct ifconf) + BUFSIZ; - char *previfname, *ifconf_buf = NULL; + char *previfname = "", *ifconf_buf = NULL; #ifdef _ISC struct strioctl strioctl; #endif /* _ISC */