Page MenuHomeFreeBSD

D15388.id42562.diff
No OneTemporary

D15388.id42562.diff

Index: head/usr.sbin/bhyve/pci_virtio_console.c
===================================================================
--- head/usr.sbin/bhyve/pci_virtio_console.c
+++ head/usr.sbin/bhyve/pci_virtio_console.c
@@ -579,6 +579,7 @@
while (vq_has_descs(vq)) {
n = vq_getchain(vq, &idx, iov, 1, flags);
+ assert(n >= 1);
if (port != NULL)
port->vsp_cb(port, port->vsp_arg, iov, 1);

File Metadata

Mime Type
text/plain
Expires
Thu, Apr 30, 9:11 AM (9 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32477193
Default Alt Text
D15388.id42562.diff (391 B)

Event Timeline