Browse Source
Use `realpath(3)` instead of `readlink(3)`, which offers support for relative and absolute symlinks alike, since all symbolic links will be resolved to the absolute path of the linked-to file. Fixes #80826.0.7
committed by
Wayne Stambaugh
3 changed files with 12 additions and 24 deletions
Loading…
Reference in new issue