1
0
Fork 0

Simplify SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX loop (#1892)

When iterating through 'SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX' structure, do not use structure member beyond known size.

API is guaranteed to provide us at lease one element upon successful, and no element in the structure can have a zero size.

No functional change.
pull/1906/head
noobpwnftw 2018-12-24 18:24:29 +08:00 committed by Marco Costalba
parent 0194da0d80
commit 14c4a40dc7

Diff Content Not Available