]> git.ipfire.org Git - thirdparty/samba.git/commit
lib:ldb: Don't use RTLD_DEEPBIND by default
authorAndreas Schneider <asn@samba.org>
Wed, 25 Sep 2024 07:19:44 +0000 (09:19 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 27 Sep 2024 07:55:29 +0000 (07:55 +0000)
commitdc6927fdca2ad77dbcf212ef4d3ba0d118ec7bdf
treea1fc5df584e7c6aaa03ab848f0d050e174cd4e76
parent8d6b5183770895fef002b6cce84902d1874fa502
lib:ldb: Don't use RTLD_DEEPBIND by default

It should be off by default, as this is not needed by default. It
crashes named on startup, if bind is built with jemalloc support.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15643

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
lib/ldb/common/ldb_modules.c
selftest/selftest.pl
selftest/wscript