Commit 3caa4e03 authored by Sebastian Lackner's avatar Sebastian Lackner Committed by Alexandre Julliard

kernel32: Prevent endless loop if NtQuerySystemInformation fails.

parent 4734771f
......@@ -209,7 +209,7 @@ static BOOL fetch_process_thread( DWORD flags, SYSTEM_PROCESS_INFORMATION** pspi
break;
default:
SetLastError( RtlNtStatusToDosError( status ) );
break;
return FALSE;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment