Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142633510
D29926.id87978.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
356 B
Referenced Files
None
Subscribers
None
D29926.id87978.diff
View Options
Index: usr.sbin/bhyve/pci_virtio_scsi.c
===================================================================
--- usr.sbin/bhyve/pci_virtio_scsi.c
+++ 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
Thu, Jan 22, 4:55 PM (7 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27856465
Default Alt Text
D29926.id87978.diff (356 B)
Attached To
Mode
D29926: bhyve: Gracefully handle virtio-scsi with no conf
Attached
Detach File
Event Timeline
Log In to Comment