Opened 11 years ago
Closed 11 years ago
#11840 closed defect (duplicate)
USB driver(VBoxUSB.sys) Hang
Reported by: | Woof | Owned by: | |
---|---|---|---|
Component: | USB | Version: | VirtualBox 4.2.12 |
Keywords: | VBoxUSB USB HANG driver | Cc: | |
Guest type: | all | Host type: | Windows |
Description
\vbox\hostdrivers\vboxusb\win\dev\vboxusbrt.cpp vboxUsbRtUrbSend() line 1330
for (ULONG i = 0; i = pUrbInfo->numIsoPkts; ++i)
should correct
for (ULONG i = 0; i < pUrbInfo->numIsoPkts; ++i)
I reported same problem at https://www.virtualbox.org/ticket/11839
Note:
See TracTickets
for help on using tickets.
No need to open duplicates.