Skip to content

rts: Use long-path-aware stat

Ben Gamari requested to merge wip/T19541 into master

Previously pathstat relied on msvcrt's stat implementation, which was not long-path-aware. It should rather be defined in terms of the stat implementation provided by utils/fs.

Fixes #19541 (closed).

Merge request reports