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)
Wed, May 22, 10:22 PM
Unknown Object (File)
Wed, May 22, 10:18 PM
Unknown Object (File)
Wed, May 22, 6:37 PM
Unknown Object (File)
Feb 20 2024, 5:08 AM
Unknown Object (File)
Feb 9 2024, 11:13 AM
Unknown Object (File)
Dec 20 2023, 1:38 AM
Unknown Object (File)
Oct 19 2023, 7:38 PM
Unknown Object (File)
Sep 4 2023, 8:01 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.