[PATCH] D24736: [msan] Prevent initialization failure with newer (2.23+) glibc in use.

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 23 13:22:50 PDT 2016


eugenis added inline comments.

================
Comment at: compiler-rt/trunk/lib/asan/asan_malloc_linux.cc:82
@@ +81,3 @@
+    void *new_ptr;
+    if (UNLIKELY(!asan_inited))
+      new_ptr = AllocateFromLocalPool(size);
----------------
Could you do the same in MSan?



Repository:
  rL LLVM

https://reviews.llvm.org/D24736





More information about the llvm-commits mailing list