Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1433: Use fstatat to check long path sizes in fcntl::readlinkat r=asomers a=zxzax Without this, the `lstat` call ignores the `dirfd` and checks the wrong file. I wanted to write a unit test for this but I'm not sure how to do it reliably, AFAIK the maximum path size can vary between filesystems. Co-authored-by: Jason Francis <[email protected]>
- Loading branch information