Page MenuHomeFreeBSD

clang: Skip attempts to access /proc/self/fd
ClosedPublic

Authored by mjg on Mar 27 2022, 4:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Aug 1, 6:42 AM
Unknown Object (File)
Sat, Jul 25, 7:40 PM
Unknown Object (File)
May 23 2026, 3:51 PM
Unknown Object (File)
May 22 2026, 12:12 PM
Unknown Object (File)
May 21 2026, 1:11 PM
Unknown Object (File)
May 19 2026, 5:47 AM
Unknown Object (File)
May 8 2026, 7:06 AM
Unknown Object (File)
May 8 2026, 5:25 AM
Subscribers

Details

Summary

In contrast to Linux it does not provide entries which can be readlinked -- these are just regular files, not giving the expected outcome. That's on top of procfs not being mounted by default to begin with.

Also submitted upstream https://reviews.llvm.org/D122545

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mjg requested review of this revision.Mar 27 2022, 4:02 PM
mjg retitled this revision from clang: Skip attemps to access /proc/self/fd to clang: Skip attempts to access /proc/self/fd.Mar 27 2022, 5:42 PM
This revision is now accepted and ready to land.Mar 27 2022, 5:46 PM
This revision was automatically updated to reflect the committed changes.