mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[NTOS:PS] Fix copypasta in NtQueryInformationJobObject. CID 1441354
This commit is contained in:
+2
-2
@@ -546,10 +546,10 @@ NtQueryInformationJobObject (
|
||||
ProbeForWrite(JobInformation, JobInformationLength, RequiredAlign);
|
||||
}
|
||||
|
||||
/* But also return lenght if asked */
|
||||
/* But also return length if asked */
|
||||
if (ReturnLength != NULL)
|
||||
{
|
||||
ProbeForWrite(JobInformation, sizeof(ULONG), sizeof(ULONG));
|
||||
ProbeForWriteUlong(ReturnLength);
|
||||
}
|
||||
}
|
||||
_SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
|
||||
|
||||
Reference in New Issue
Block a user