Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F170948944
D29926.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
334 B
Referenced Files
None
Subscribers
None
D29926.diff
View Options
diff --git a/usr.sbin/bhyve/pci_virtio_scsi.c b/usr.sbin/bhyve/pci_virtio_scsi.c
--- a/usr.sbin/bhyve/pci_virtio_scsi.c
+++ b/usr.sbin/bhyve/pci_virtio_scsi.c
@@ -662,6 +662,9 @@
{
char *cp, *devname;
+ if (opts == NULL)
+ return (0);
+
cp = strchr(opts, ',');
if (cp == NULL) {
set_config_value_node(nvl, "dev", opts);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Sep 8, 7:32 PM (17 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38472018
Default Alt Text
D29926.diff (334 B)
Attached To
Mode
D29926: bhyve: Gracefully handle virtio-scsi with no conf
Attached
Detach File
Event Timeline
Log In to Comment