[BusyBox-cvs] busybox/networking ifconfig.c,1.24,1.25

Erik Andersen andersen at busybox.net
Fri Jun 20 09:23:37 UTC 2003


Update of /var/cvs/busybox/networking
In directory winder:/tmp/cvs-serv15453/networking

Modified Files:
	ifconfig.c 
Log Message:
Fix a couple vars that could be used uninitialized


Index: ifconfig.c
===================================================================
RCS file: /var/cvs/busybox/networking/ifconfig.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- ifconfig.c	26 May 2003 14:06:01 -0000	1.24
+++ ifconfig.c	20 Jun 2003 09:23:34 -0000	1.25
@@ -306,6 +306,8 @@
 
 	goterr = 0;
 	did_flags = 0;
+	sai_hostname = 0;
+	sai_netmask = 0;
 
 	/* skip argv[0] */
 	++argv;



More information about the busybox-cvs mailing list