getgrouplist, getgroupmembership -- calculate group access list
Sponsored by <The NetBSD Foundation>
Paths
| Differential D42064
Add new NetBSD interceptors: getgrouplist(3) & getgroupmembership(3) ClosedPublic Authored by krytarowski on Jan 15 2018, 4:46 AM.
Details Summary getgrouplist, getgroupmembership -- calculate group access list Sponsored by <The NetBSD Foundation>
Diff Detail
Event TimelineComment Actions Could you please remove copied man page from the summary? Not sure about licences there. Comment Actions test as is should be moved into sanitizer_common This revision is now accepted and ready to land.Jan 17 2018, 3:23 PM Closed by commit rCRT322836: Add new NetBSD interceptors: getgrouplist(3) & getgroupmembership(3) (authored by kamil). · Explain WhyJan 18 2018, 3:18 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 130390 lib/sanitizer_common/sanitizer_common_interceptors.inc
lib/sanitizer_common/sanitizer_platform_interceptors.h
test/sanitizer_common/TestCases/NetBSD/getgrouplist.cc
test/sanitizer_common/TestCases/NetBSD/getgroupmembership.cc
|
you need COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ngroups... as well