alcyone/NTOSKRNL
Dibyamartanda Samanta 47bfb48ebb
Update NTOSKRNL/CC/ccpinsupport.cpp
Loop was prematurely terminating  due to wrong condition 
of if(BeyondLastByte.QuadPart < LocalFileOffset.QuadPart + RemainingLength)
we are mapping across the length, 
itroduced some guard checks 
if(localbcb != nullptr)
   {
    CcSetDirtyPinnedData(localbcb, nullptr);
    *Bcb = localbcb;
   }  to fix some test case where it was failing
2024-08-07 15:28:55 +02:00
..
CC Update NTOSKRNL/CC/ccpinsupport.cpp 2024-08-07 15:28:55 +02:00
KE [NTOSKRNL:KE] Implement Mutex 2024-07-30 19:33:48 +02:00
MM Initial MM Commit 2024-05-09 20:34:21 +02:00