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)
Fri, May 8, 7:06 AM
Unknown Object (File)
Fri, May 8, 5:25 AM
Unknown Object (File)
Thu, May 7, 11:01 PM
Unknown Object (File)
Wed, May 6, 6:10 AM
Unknown Object (File)
Apr 6 2026, 9:44 PM
Unknown Object (File)
Apr 5 2026, 5:34 AM
Unknown Object (File)
Apr 5 2026, 12:20 AM
Unknown Object (File)
Apr 4 2026, 12:54 PM
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.