Fix asan infinite loop on undefined symbol
authorSerge Guelton <sguelton@redhat.com>
Fri, 19 Jul 2019 15:20:36 +0000 (15:20 +0000)
committerSerge Guelton <sguelton@redhat.com>
Fri, 19 Jul 2019 15:20:36 +0000 (15:20 +0000)
commit8e46275488ca453a24964cb26be0736172ad1db8
treef6ec136126ce20945b73444b7dba3ff8a1bb24f4
parentf41e627157295b30c0c7802786c1bf9d23658a0f
Fix asan infinite loop on undefined symbol

Fix llvm#39641

Recommit of r366413

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

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