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

NTFS: DataRunOffset = -1 could lead to offset issue.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • Major
    • 0.4.1
    • None
    • None

    Description

      DecodeRun set DataRunOffset = -1 when It hits sparse entry in cluster chain.

      Consider this case
      [Normal Cluster][Sparse][Normal Cluster]
      relative LCN: 0x1 n/a 0x2
      absolute cluster number: 0x1 n/a 0x3

      current Implementation:
      0x1 for LCN 0
      n/a for LCN 1
      0x2-1 = 0x1 for LCN 2

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: