Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-8116

Fix off by-one error in Windows long path support

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.5.0
    • stout
    • Windows 10

    Description

      The NTFS long path patches have an off-by-one error, where the max path is actually exclusive, not inclusive. That is, a path at the internal max character limitation of 248 characters must also be prepended with '\\?\', not just paths > 248. So this amounts to switching a > to a >=, and writing some unit tests to prove it.

      Attachments

        Activity

          People

            andschwa Andrew Schwartzmeyer
            andschwa Andrew Schwartzmeyer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: