Details
Details
Diff Detail
Diff Detail
- Build Status
- Buildable 2252 - Build 2252: arc lint + arc unit 
Event Timeline
Comment Actions
LGTM
If there is no getutent, you probably want to disable the interceptor in sanitizer_platform_interceptors.h.
Add an ifdef around the declaration of struct_utmp_sz as well.
Comment Actions
Updated to cover some more cases:
- Don't declare struct_utmp_sz on macOS and FreeBSD
- Don't intercept utmp functions on FreeBSD either