ProcNumber should be initialized before calling KeGetCurrentProcessorNumberEx
incease the call fails and doesnt populate the PROCESSOR_NUMBER. This function
should never fail but the annotations in Windows headers dont state this
correctly.
Signed-off-by: Owen Smith <owen.smith@cloud.com>
{
PSYNC_CONTEXT Context = &SyncContext;
ULONG Index;
- PROCESSOR_NUMBER ProcNumber;
+ PROCESSOR_NUMBER ProcNumber = { 0 };
SYNC_REQUEST Request;
UNREFERENCED_PARAMETER(Dpc);