mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[0.4.13][NTOSKRNL] Workaround CORE-16387 & CORE-16449
Both most likely was introduced by activating feature
MiWriteProtectSystemImage() once.
Imho this feature is not stable yet, therefore I disable
it for releases.
Confirmation of reporters will have to be collected after
the commit.
Both problems most likely got visible by 0.4.12-dev-386-g
65dbfc2868
Master remains affected for now.
If no fix will appear during 0.4.14-dev'ing, then I will
commit this to master as well in 3months.
This commit is contained in:
parent
aa2b39c872
commit
928625ccfa
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ PVOID MmUnloadedDrivers;
|
|||
PVOID MmLastUnloadedDrivers;
|
||||
|
||||
BOOLEAN MmMakeLowMemory;
|
||||
BOOLEAN MmEnforceWriteProtection = TRUE;
|
||||
BOOLEAN MmEnforceWriteProtection = FALSE; // FIXME: should be TRUE, but would cause CORE-16387
|
||||
|
||||
PMMPTE MiKernelResourceStartPte, MiKernelResourceEndPte;
|
||||
ULONG_PTR ExPoolCodeStart, ExPoolCodeEnd, MmPoolCodeStart, MmPoolCodeEnd;
|
||||
|
|
Loading…
Reference in a new issue