RFR: 8273922: (fs) UserDefinedFileAttributeView doesn't handle file names that are just under the MAX_PATH limit (win) [v5]
Mike Hearn
duke at openjdk.java.net
Tue Dec 21 15:45:23 UTC 2021
On Tue, 2 Nov 2021 23:37:44 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> Modify `sun.nio.fs.WindowsUserDefinedFileAttributeView.join(WindowsPath,String)` to handle file names which exceed the limit.
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>
> 8273922: Change getNameCount() != 1 tp getParent() != null
Following up in case anyone else ever arrives here, the regression was fixed in https://github.com/openjdk/jdk/pull/6435
Thanks for the fixes.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5594
More information about the nio-dev
mailing list