Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149263715
D29926.1789785173.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
356 B
Referenced Files
None
Subscribers
None
D29926.1789785173.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
Sat, Sep 19, 2:32 AM (9 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29768922
Default Alt Text
D29926.1789785173.diff (356 B)
Attached To
Mode
D29926: bhyve: Gracefully handle virtio-scsi with no conf
Attached
Detach File
Event Timeline
Log In to Comment