Fix asan infinite loop on undefined symbol
authorSerge Guelton <sguelton@redhat.com>
Thu, 18 Jul 2019 08:09:31 +0000 (08:09 +0000)
committerSerge Guelton <sguelton@redhat.com>
Thu, 18 Jul 2019 08:09:31 +0000 (08:09 +0000)
commit63719119c78ca965b5d80e5c20fcfe81ba28f896
treeed0ff4b29e63ab45aac79fae6ed94d2b0b78afc6
parentb8d352a08bc6530a9de442af8f55649199481f1b
Fix asan infinite loop on undefined symbol

Fix llvm#39641

Differential Revision: https://reviews.llvm.org/D63877

llvm-svn: 366413
compiler-rt/lib/interception/interception_linux.cc
compiler-rt/test/asan/TestCases/Linux/dlopen-mixed-c-cxx.c [new file with mode: 0644]