Description
When running my tests for ZwCreateSection function I was able to reproduce a bug in ntoskrnl/CC/view.c line 1294 which is:
KeAcquireGuardedMutex(&ViewLock);
ViewLock is some sort of global lock which is being allocated in NTOSKRNL image, however at some point this memory location gets corrupted and CcTryToInitializeFileCache fails.