VirtualBox

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

Change History (1)

comment:1 by Frank Mehnert, 11 years ago

Resolution: duplicate
Status: newclosed

No need to open duplicates.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use