Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
Description
The first full resource descriptor of a CM_RESOURCE_LIST is list->List[0]
The second full resource descriptor of a CM_RESOURCE_LIST is not list->List[1]
It's
(PCM_FULL_RESOURCE_DESCRIPTOR)
|
&list->List[0].PartialResourceList.PartialDescriptors[
|
list->List[0].PartialResourceList.Count
|
]
|
We have a lot of code that does not loop resource lists correctly.
Attachments
Issue Links
- is blocked by
-
CORE-17648 [RealHW] Debug log gets truncated after serial.sys is loaded
- Open
- relates to
-
CORE-12623 freeldr/arch/i386/hardware.c (PnP code): incorrect check of 'PnpBufferSize' max boundary
- Resolved