[PATCH] D63877: Avoid infinite loop with asan interception

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 27 12:45:10 PDT 2019


vitalybuka added a reviewer: yln.
vitalybuka added a comment.

In D63877#1561034 <https://reviews.llvm.org/D63877#1561034>, @serge-sans-paille wrote:

> check-asan works just fine


try also
check-asan check-tsan check-msan check-sanitizer



================
Comment at: compiler-rt/lib/interception/interception_linux.cc:72
                        uptr func, uptr wrapper) {
   void *addr = GetFuncAddr(name, ver);
   *ptr_to_real = (uptr)addr;
----------------
same here?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63877/new/

https://reviews.llvm.org/D63877





More information about the llvm-commits mailing list