Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-7118

NtMapViewOfSection should check the parameter BaseAddress to ensure that it is at 64-k boundary.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • None
    • NTCore
    • ReactOS Build Environment for Unix-based Operating Systems
      Version 2.1

      Environment Information
      Selected Target Architecture: i386

      Build Tools
      gcc version 4.7.2 (RosBE-Unix)
      GNU ld (GNU Binutils) 2.23.51.20121208

    Description

      For the current implementation of NtMapViewOfSection in ARM3/section.c, it doesn't check the BaseAddress to make sure it is at 64-k boundary, and thus make the test in apitest/ntdll/NtMapViewOfSection.c:58 fails.

      And I have run this test on Windows 2003 Server SP1, this failing test passes ! This means the implementation of ROS lack this check. So this patch adds this check !

      Attachments

        Activity

          People

            bug zilla Bug Zilla
            larmbr larmbr
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: