Page MenuHomeFreeBSD

D15388.id.diff
No OneTemporary

D15388.id.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 9, 7:52 PM (16 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31123092
Default Alt Text
D15388.id.diff (391 B)

Event Timeline