[PATCH] D56495: [Sanitizer] Enable pututxline interception
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 9 09:23:17 PST 2019
krytarowski added inline comments.
================
Comment at: lib/sanitizer_common/sanitizer_common_interceptors.inc:6577
+ if (res)
+ COMMON_INTERCEPTOR_INITIALIZE_RANGE(res, __sanitizer::struct_utmpx_sz);
+ return res;
----------------
shouldn't we use WRITE_RANGE?
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56495/new/
https://reviews.llvm.org/D56495
More information about the llvm-commits
mailing list