mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Disable RTLD_DEEPBIND when compiled under AddressSanitizer
This commit is contained in:
@@ -109,7 +109,7 @@ load_plugin(isc_mem_t *mctx, const char *modpath, ns_plugin_t **pluginp) {
|
||||
REQUIRE(pluginp != NULL && *pluginp == NULL);
|
||||
|
||||
flags = RTLD_LAZY | RTLD_LOCAL;
|
||||
#ifdef RTLD_DEEPBIND
|
||||
#if defined(RTLD_DEEPBIND) && !__ADDRESS_SANITIZER__
|
||||
flags |= RTLD_DEEPBIND;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user