Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160618823
D15388.id42466.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
376 B
Referenced Files
None
Subscribers
None
D15388.id42466.diff
View Options
Index: usr.sbin/bhyve/pci_virtio_console.c
===================================================================
--- usr.sbin/bhyve/pci_virtio_console.c
+++ 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
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 27, 6:40 AM (11 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34384905
Default Alt Text
D15388.id42466.diff (376 B)
Attached To
Mode
D15388: assert(3) vq_getchain() on pci_vtcon_notify_tx() spotted by gcc.
Attached
Detach File
Event Timeline
Log In to Comment