mirror of
https://github.com/reactos/reactos.git
synced 2026-06-08 00:46:10 +08:00
[KMTESTS:CC] Fix a typo, definitely showing this code path is not used during the test
This commit is contained in:
@@ -456,7 +456,7 @@ TestIrpHandler(
|
||||
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 + Length >= VACB_MAPPING_GRANULARITY - PAGE_SIZE)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user