Page MenuHomeFreeBSD

rtld/tests: Avoid function name conflict with libc opendir()
ClosedPublic

Authored by arichardson on Jul 5 2021, 8:40 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 16, 10:27 PM
Unknown Object (File)
Mon, Feb 24, 9:57 AM
Unknown Object (File)
Sun, Feb 23, 7:14 PM
Unknown Object (File)
Thu, Feb 20, 2:09 PM
Unknown Object (File)
Feb 13 2025, 9:05 PM
Unknown Object (File)
Feb 12 2025, 9:44 PM
Unknown Object (File)
Jan 29 2025, 3:05 AM
Unknown Object (File)
Jan 29 2025, 2:54 AM
Subscribers

Details

Summary

This prevents these tests from being compiled with ASAN since the asan
interceptors also define opendir() but matching the libc function.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 40285
Build 37174: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jul 5 2021, 8:59 AM

We have fdopendir in libc I wonder if this won't be confusing. Maybe we should rename this to something like rtld_opendir.
But whatever name your choose this LGTM.