mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[USBHUB_NEW]
- Fix buffer overflow for composite devices svn path=/branches/usb-bringup-trunk/; revision=55228
This commit is contained in:
parent
f0363e1cc1
commit
bad9585013
1 changed files with 1 additions and 1 deletions
|
@ -868,7 +868,7 @@ CreateDeviceIds(
|
|||
//
|
||||
// Initialize the CompatibleIds String
|
||||
//
|
||||
UsbChildExtension->usCompatibleIds.Length = 144; //FIXME
|
||||
UsbChildExtension->usCompatibleIds.Length = 188; //FIXME
|
||||
UsbChildExtension->usCompatibleIds.MaximumLength = UsbChildExtension->usCompatibleIds.Length;
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue