mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
ac20ab031c
The last parameter of USBPORT_ParseConfigurationDescriptor is a pointer to a boolean indicating whether any alternate interface settings were found for the specified interface. Interpreting it as an alternate setting value, as we did before, would always override the alternate setting to '1' (if any alternate descriptors were present), therefore selecting the wrong interface setting, and possibly causing a buffer overflow on the InterfaceList's Pipes array. Found by Special Pool. |
||
---|---|---|
.. | ||
usbaudio | ||
usbccgp | ||
usbd | ||
usbehci | ||
usbehci_new | ||
usbhub | ||
usbhub_new | ||
usbohci | ||
usbohci_new | ||
usbport | ||
usbstor | ||
usbstor_new | ||
usbuhci | ||
usbuhci_new | ||
CMakeLists.txt |