mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[ntoskrnl\mm]
- Fix a continuous loop bug in MiWriteProtectSystemImage. svn path=/trunk/; revision=47048
This commit is contained in:
@@ -2154,6 +2154,10 @@ MiWriteProtectSystemImage(IN PVOID ImageBase)
|
||||
{
|
||||
/* Same protection, so merge the request */
|
||||
CurrentAddress = BaseAddress + Size - 1;
|
||||
|
||||
/* Next */
|
||||
Sections--;
|
||||
Section++;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user