[PATCH] D42068: Add new interceptors for pwcache(3)-style functions

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 17 15:12:46 PST 2018


vitalybuka requested changes to this revision.
vitalybuka added inline comments.
This revision now requires changes to proceed.


================
Comment at: test/msan/gid_from_group.cc:10
+
+  if (gid_from_group("nobody", &nobody) == -1)
+    exit(1);
----------------
this is "common" change, so tests probably should be in sanitizer_common as well


Repository:
  rL LLVM

https://reviews.llvm.org/D42068





More information about the llvm-commits mailing list