-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Fix Version/s: 0.4.14
-
Component/s: Applications, Drivers: Other, NTCore
-
Labels:None
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.
- relates to
-
CORE-12623 freeldr/arch/i386/hardware.c (PnP code): incorrect check of 'PnpBufferSize' max boundary
-
- Resolved
-