1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-07 17:18:11 +03:00
samba-mirror/lib/ldb/common
Andreas Schneider c9463d6dc9 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>
(cherry picked from commit dc6927fdca)
2024-10-02 08:16:01 +00:00
..
attrib_handlers.c ldb: Fix typo 2024-06-04 19:49:36 +00:00
ldb_attributes.c ldb_tdb: Read from @INDEXLIST or an override if we are using a GUID index 2017-09-22 21:20:23 +02:00
ldb_controls.c ldb: Split out ldb_controls_get_control() to search a list of controls 2024-02-16 02:41:36 +00:00
ldb_debug.c lib/ldb: Do not vasprintf() the tevent debug messages that will not be shown 2012-08-09 20:14:23 +10:00
ldb_dn.c ldb: Attach appropriate ldb context to returned result 2024-06-11 04:32:30 +00:00
ldb_ldif.c lib:ldb: Use correct integer types for sizes 2024-04-30 15:33:32 +00:00
ldb_match.c CVE-2023-0614 ldb: Filter on search base before redacting message 2023-04-05 02:10:35 +00:00
ldb_modules.c lib:ldb: Don't use RTLD_DEEPBIND by default 2024-10-02 08:16:01 +00:00
ldb_msg.c lib:ldb: Add missing overflow check in ldb_msg_normalize() 2024-04-30 14:30:34 +00:00
ldb_options.c ldb: Add new internal helper function ldb_options_get() 2019-07-04 10:02:23 +00:00
ldb_pack.c ldb: Avoid undefined pointer arithmetic 2023-04-12 13:52:31 +00:00
ldb_parse.c ldb: Use correct member of union 2023-04-05 02:10:35 +00:00
ldb_utf8.c ldb: don't cast to unsigned for ldb_ascii_toupper() 2024-05-22 23:12:32 +00:00
ldb.c lib/ldb: don't allow repeated connections 2024-03-20 23:42:34 +00:00
qsort.c ldb: avoid out of bounds read and write in ldb_qsort() 2024-04-10 22:56:33 +00:00