[PATCH] D30504: [sanitizer] Bail out with warning if user dlopens shared library with RTLD_DEEPBIND flag
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 6 15:36:12 PST 2017
vitalybuka accepted this revision.
vitalybuka added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lib/sanitizer_common/sanitizer_linux.cc:1472
+ filename, filename);
+ Die();
+ }
----------------
I'd prefer we have flags to ignore this. But according kcc@ on the bug it's overkill, so LGTM
Repository:
rL LLVM
https://reviews.llvm.org/D30504
More information about the llvm-commits
mailing list