[PATCH] D56495: [Sanitizer] Enable pututxline interception

David CARLIER via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 9 09:25:39 PST 2019


devnexen marked an inline comment as done.
devnexen 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;
----------------
krytarowski wrote:
> shouldn't we use WRITE_RANGE?
Yes indeed.


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