[NTOS:MM]
authorThomas Faber <thomas.faber@reactos.org>
Tue, 11 Aug 2015 08:47:14 +0000 (08:47 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Tue, 11 Aug 2015 08:47:14 +0000 (08:47 +0000)
commit707046970dca401c3905537c4a0ff272b6f2af97
tree52ff77bd01d376144de64211c23f4b2667234dd9
parentc4f456e3bd26daada9458ccd3494fdba4626c719
[NTOS:MM]
- Ignore IMAGE_SCN_TYPE_NOLOAD when loading image sections, as shown by ntdll_apitest:NtMapViewOfSection. This avoids errors when trying to relocate .rossym sections (since they were not loaded but Ldr tried to change their protection)
CORE-8384

svn path=/trunk/; revision=68678
reactos/ntoskrnl/mm/section.c