[PATCH] D54076: Add interceptors for the sysctl(3) API family from NetBSD
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 3 17:51:37 PST 2018
krytarowski marked 2 inline comments as done.
krytarowski added a subscriber: devnexen.
krytarowski added inline comments.
================
Comment at: lib/sanitizer_common/sanitizer_common_interceptors.inc:7322
if (stream)
unpoison_file(stream);
}
----------------
vitalybuka wrote:
> needs clang-format
This is not a part of my diff.
CC: @devnexen the author
================
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);
----------------
vitalybuka wrote:
> {} is used inconsistently
This is not a part of my diff.
CC: @devnexen
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