On Tue, 3 Sep 2024 16:00:53 GMT, Brian Burkhalter <b...@openjdk.org> wrote:
>> Brian Burkhalter has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8003887: Free value allocated in and returned by getFinalPath() > > src/java.base/windows/classes/java/io/WinNTFileSystem.java line 494: > >> 492: } >> 493: String canonicalPath = canonicalize0(path); >> 494: return getFinalPath(canonicalPath); > > This needs to be changed to ignore any error in `getFinalPath` and return > `canonicalPath` instead. So changed in 2d6423b. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/20801#discussion_r1742720149