[PATCH] D54076: Add interceptors for the sysctl(3) API family from NetBSD

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 3 16:26:33 PST 2018


vitalybuka accepted this revision.
vitalybuka added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: lib/sanitizer_common/sanitizer_common_interceptors.inc:7322
   if (stream)
       unpoison_file(stream);
 }
----------------
needs clang-format


================
Comment at: lib/sanitizer_common/sanitizer_common_interceptors.inc:7329
   REAL(setbuffer)(stream, buf, mode);
   if (buf) {
     COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer_bufsiz);
----------------
{} is used inconsistently


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54076/new/

https://reviews.llvm.org/D54076





More information about the llvm-commits mailing list