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

Bug in ExAcquireResourceSharedLite API

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Fix
    • Major
    • None
    • NTCore
    • None
    • Rev: 58292

    Description

      There are currently 2 failing tests for ExResource in ROS but succeeding in Windows - http://www.reactos.org/testman/detail.php?id=6564737&prev=0 for more info.

      After running a debugging session the culprit became clear. The implementation of ExAcquireResourceSharedLite never increments the ActiveCount member of the ERESOURCE, instead it increments the "ActiveEntries" which is non-existant in the windows definition of this struct. All of this is happening on line 966 in resource.c.

      Attachments

        Issue Links

          Activity

            People

              fireball fireball
              lorddoskias lorddoskias
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: