[PATCH] D54548: Add interceptor for the setvbuf(3) from NetBSD
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 19 12:56:31 PST 2018
vitalybuka added inline comments.
================
Comment at: lib/sanitizer_common/sanitizer_common_interceptors.inc:7274
+ if (buf)
+ COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, size);
+ return ret;
----------------
vitalybuka wrote:
> do you need unpoison_file?
unpoison_file does nothing on netbsd
so it could be needed for Linux
Repository:
rL LLVM
https://reviews.llvm.org/D54548
More information about the llvm-commits
mailing list