Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143956818
D30050.id88429.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
520 B
Referenced Files
None
Subscribers
None
D30050.id88429.diff
View Options
Index: usr.sbin/bhyve/bhyverun.c
===================================================================
--- usr.sbin/bhyve/bhyverun.c
+++ usr.sbin/bhyve/bhyverun.c
@@ -1210,7 +1210,7 @@
if (is_valid_uuid(optarg) == false) {
errx(EX_USAGE, "invalid UUID '%s'", optarg);
}
- guest_uuid_str = optarg;
+ guest_uuid_str = optarg;
break;
case 'w':
strictmsr = 0;
@@ -1387,8 +1387,6 @@
}
error = smbios_build(ctx);
-
- //TODO: Add some error messaging here
assert(error == 0);
if (acpi) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 3, 1:28 PM (20 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28424372
Default Alt Text
D30050.id88429.diff (520 B)
Attached To
Mode
D30050: Adds uuid validation to bhyve(8) arg parsing
Attached
Detach File
Event Timeline
Log In to Comment