From 14c4a40dc7c4d6ddec6fb2447c2dac82aa590de2 Mon Sep 17 00:00:00 2001 From: noobpwnftw Date: Mon, 24 Dec 2018 18:24:29 +0800 Subject: [PATCH] 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.