mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:22:58 +00:00
[KMTESTS:CC] Fix a typo, definitely showing this code path is not used during the test
This commit is contained in:
parent
1a267045f8
commit
cdc419eb18
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ TestIrpHandler(
|
||||||
RtlFillMemory(Buffer, Length, 0xBD);
|
RtlFillMemory(Buffer, Length, 0xBD);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (TestTestId == 4 && TestWritten &&
|
if ((TestTestId == 4 || TestTestId == 5) && TestWritten &&
|
||||||
Offset.QuadPart <= VACB_MAPPING_GRANULARITY - PAGE_SIZE - sizeof(ULONG) &&
|
Offset.QuadPart <= VACB_MAPPING_GRANULARITY - PAGE_SIZE - sizeof(ULONG) &&
|
||||||
Offset.QuadPart + Length >= VACB_MAPPING_GRANULARITY - PAGE_SIZE)
|
Offset.QuadPart + Length >= VACB_MAPPING_GRANULARITY - PAGE_SIZE)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue