Page MenuHomeFreeBSD

D29926.1789873128.diff
No OneTemporary

Size
334 B
Referenced Files
None
Subscribers
None

D29926.1789873128.diff

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

Mime Type
text/plain
Expires
Sun, Sep 20, 2:58 AM (19 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29805757
Default Alt Text
D29926.1789873128.diff (334 B)

Event Timeline