Skip to content
Snippets Groups Projects
  • Ben Gamari's avatar
    7a657751
    rts: Use long-path-aware stat · 7a657751
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    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.
    7a657751
    History
    rts: Use long-path-aware stat
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.