svn commit: r268951 - stable/10/usr.sbin/bhyvectl
John Baldwin
jhb at FreeBSD.org
Mon Jul 21 18:23:49 UTC 2014
Author: jhb
Date: Mon Jul 21 18:23:48 2014
New Revision: 268951
URL: http://svnweb.freebsd.org/changeset/base/268951
Log:
MFC 264275:
Explicitly initialize 'vmname' to NULL.
Modified:
stable/10/usr.sbin/bhyvectl/bhyvectl.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/usr.sbin/bhyvectl/bhyvectl.c
==============================================================================
--- stable/10/usr.sbin/bhyvectl/bhyvectl.c Mon Jul 21 18:13:14 2014 (r268950)
+++ stable/10/usr.sbin/bhyvectl/bhyvectl.c Mon Jul 21 18:23:48 2014 (r268951)
@@ -574,6 +574,7 @@ main(int argc, char *argv[])
};
vcpu = 0;
+ vmname = NULL;
assert_lapic_lvt = -1;
progname = basename(argv[0]);
More information about the svn-src-stable
mailing list