]> git.lizzy.rs Git - rust.git/commit
Fixes #28528
authorPaul Dicker <pitdicker@gmail.com>
Sat, 13 Feb 2016 19:44:37 +0000 (20:44 +0100)
committerPaul Dicker <pitdicker@gmail.com>
Sat, 13 Feb 2016 19:44:37 +0000 (20:44 +0100)
commit6403f913dd102ed61626c9c1c6607731915957f6
treeb8da7a8bf800fb72211db9044204c7f1d751ccb5
parent5367776bd123789a0cc7c9ab38f979c8455b0edd
Fixes #28528
Fix `read_link` to also be able to read the target of junctions on Windows.
Also the path returned should not include a NT namespace, and there were
some problems with permissions.
src/libstd/fs.rs
src/libstd/sys/windows/c.rs
src/libstd/sys/windows/fs.rs