From <pwd.h>: user_from_uid, uid_from_user
From <grp.h>: group_from_gid, gid_from_group
Sponsored by <The NetBSD Foundation>
Differential D42068
Add new interceptors for pwcache(3)-style functions krytarowski on Jan 15 2018, 5:21 AM. Authored by
Details From <pwd.h>: user_from_uid, uid_from_user From <grp.h>: group_from_gid, gid_from_group Sponsored by <The NetBSD Foundation>
Diff Detail
Event Timeline
Comment Actions ideally we should have these tests in sanitizer_common and run by all sanitizers
|
this is "common" change, so tests probably should be in sanitizer_common as well