[PATCH] D67337: Add __lsan::ScopedInterceptorDisabler for strerror(3)

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 16 18:28:54 PDT 2019


vitalybuka added inline comments.


================
Comment at: lib/lsan/lsan_interceptors.cpp:348
 
+#if SANITIZER_INTERCEPT_STRERROR
+INTERCEPTOR(char *, strerror, int errnum) {
----------------
Why this one can't use COMMON_INTERCEPTOR_STRERROR?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D67337





More information about the llvm-commits mailing list