Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8324635

(zipfs) Regression in Files.setPosixFilePermissions called on existing MSDOS entries

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 23
    • None
    • core-libs
    • None
    • 23
    • b09

      When setting file permissions on an existing MSDOS entry, the entry's "posixPerms" will be -1 (all 1s in binary).

      The current logic does not account for this when updating the 'external file attributes' bit, it sets the leading bits to 1 when they should be 0.

      This is a regression introduced by JDK-8322565

            eirbjo Eirik Bjørsnøs
            eirbjo Eirik Bjørsnøs
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: