mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[NTOS:CC] File size check fix
This commit is contained in:
@@ -809,7 +809,7 @@ CcZeroData (
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
ASSERT(EndOffset->QuadPart <= SharedCacheMap->FileSize.QuadPart);
|
||||
ASSERT(EndOffset->QuadPart <= SharedCacheMap->SectionSize.QuadPart);
|
||||
|
||||
while(WriteOffset.QuadPart < EndOffset->QuadPart)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user