- NtMapViewOfSection: When referencing the section object by handle, don't assume...
authorMichael Martin <michael.martin@reactos.org>
Sat, 11 Jul 2009 13:40:56 +0000 (13:40 +0000)
committerMichael Martin <michael.martin@reactos.org>
Sat, 11 Jul 2009 13:40:56 +0000 (13:40 +0000)
commit6181543561fd98515d5c75fb98d0ea3f1df00f72
treeb051e28160b4789d92e078ac040d6cf88f9883b9
parentfad802aace7effbb8ed1830cac1e34ca81ce14ae
- NtMapViewOfSection: When referencing the section object by handle, don't assume access mask  of SECTION_MAP_READ. Access mask must be determined from page protection attributes passed in Protect parameter. Fixes 5 winetests for kernel32 virtual.

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