Page MenuHomeFreeBSD

D29926.1786527290.diff
No OneTemporary

Size
334 B
Referenced Files
None
Subscribers
None

D29926.1786527290.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
Wed, Aug 12, 9:34 AM (7 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29399026
Default Alt Text
D29926.1786527290.diff (334 B)

Event Timeline