mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
[ntoskrnl\mm]
- Fix a continuous loop bug in MiWriteProtectSystemImage. svn path=/trunk/; revision=47048
This commit is contained in:
parent
e2463c955c
commit
60eddf5657
1 changed files with 4 additions and 0 deletions
|
@ -2154,6 +2154,10 @@ MiWriteProtectSystemImage(IN PVOID ImageBase)
|
|||
{
|
||||
/* Same protection, so merge the request */
|
||||
CurrentAddress = BaseAddress + Size - 1;
|
||||
|
||||
/* Next */
|
||||
Sections--;
|
||||
Section++;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue