[PATCH] D55025: Add a new interceptor for modctl(2) from NetBSD
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 5 01:06:22 PST 2018
vitalybuka accepted this revision.
vitalybuka added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lib/sanitizer_common/sanitizer_common_interceptors.inc:7384
+ COMMON_INTERCEPTOR_WRITE_RANGE(
+ ctx, iov->iov_base, iov_len < iov->iov_len ? iov_len : iov->iov_len);
+ } else if (operation == modctl_exists)
----------------
Min()
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55025/new/
https://reviews.llvm.org/D55025
More information about the llvm-commits
mailing list