]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:tldap: avoid using talloc_tos()
authorStefan Metzmacher <metze@samba.org>
Tue, 11 Feb 2025 14:33:35 +0000 (15:33 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 13 Feb 2025 12:14:36 +0000 (12:14 +0000)
commit0cae9d308c475ef15017eebf227e98f566e643af
treefab02d69e9854bef8bfd51a9bcd7eef9a7140d13
parentc62bb7dcb418d6eeb467e4586de1ce8ed5a5d643
s3:tldap: avoid using talloc_tos()

Async code should never use it without
creating its own stackframe!

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/lib/tldap.c
source3/lib/tldap_util.c