alcyone/NTOSKRNL/CC
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
..
ccinternal.hpp [NTOSKRNL:CC] Add CalculatePageCount Template 2024-08-07 14:47:04 +02:00
cclazywriter.cpp Update NTOSKRNL/CC/cclazywriter.cpp 2024-05-25 10:15:26 +02:00
ccloghandler.cpp Update NTOSKRNL/CC/ccloghandler.cpp 2024-05-24 10:33:06 +02:00
ccloghandler.hpp [NTOSKRNL:CC] Catch Controller Add LOG Handler Internal Datatypes 2024-05-10 10:26:49 +02:00
ccmdl.hpp [NTOSKRNL:CC] MDL Handler's Header with MDL Specific defination 2024-05-10 09:25:57 +02:00
ccmdlhandler.cpp [NTOSKRNL:CC] Fix Probing and locking of pages, 2024-06-20 19:12:51 +02:00
ccpinsupport.cpp Update NTOSKRNL/CC/ccpinsupport.cpp 2024-08-07 15:28:55 +02:00