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

PATCH: Remove a wrong NT_ASSERT in CmpQueryKeyData

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Fix
    • Major
    • 0.4.0
    • NTCore

    Description

      The Assert seems to be wrong. Just three lines below the Assert there is a check expecting Length being smaller than Offset, so if the assert jumps we would never reach the check.
      To avoid copying a "negative" value I added the if (Length > Offset) check.

      Attachments

        Activity

          People

            ThePhysicist Timo Kreuzer
            vicmarcal vicmarcal
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: