This is an archive of the discontinued LLVM Phabricator instance.

Add new interceptors: access(2), faccessat(2)
ClosedPublic

Authored by krytarowski on Jan 15 2018, 5:00 AM.

Details

Summary

access, faccessat - check access permissions of a file or pathname

Sponsored by <The NetBSD Foundation>

Diff Detail

Repository
rL LLVM

Event Timeline

krytarowski created this revision.Jan 15 2018, 5:00 AM
krytarowski edited the summary of this revision. (Show Details)Jan 16 2018, 5:17 PM
  • add tests
  • improve interceptors
vitalybuka accepted this revision.Jan 17 2018, 3:16 PM

Please move tests into sanitizer_common

This revision is now accepted and ready to land.Jan 17 2018, 3:16 PM

Move tests to common_sanitizer

This revision was automatically updated to reflect the committed changes.