[PATCH] D67331: Stop tracking atexit/__cxa_atexit/pthread_atfork allocations in LSan/NetBSD

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 16 17:45:17 PDT 2019


krytarowski marked an inline comment as done.
krytarowski added inline comments.


================
Comment at: lib/lsan/lsan_interceptors.cpp:349
+#if SANITIZER_NETBSD
+INTERCEPTOR(int, __cxa_atexit, void (*func)(void *), void *arg,
+            void *dso_handle) {
----------------
vitalybuka wrote:
> why only NETBSD in lsan for __cxa_atexit
!NetBSD not tested. Feel free to test it and enable it once the change will land.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D67331





More information about the llvm-commits mailing list