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, May 23, 3:51 PM
Unknown Object (File)
Fri, May 22, 12:12 PM
Unknown Object (File)
Thu, May 21, 1:11 PM
Unknown Object (File)
Tue, May 19, 5:47 AM
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)
May 6 2026, 6:10 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.