]> git.ipfire.org Git - thirdparty/samba.git/commit
s4:dsdb/common: use talloc_zero() in samdb_result_dom_sid_attrs()
authorStefan Metzmacher <metze@samba.org>
Wed, 29 Jan 2025 08:55:20 +0000 (09:55 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 14 Feb 2025 14:21:33 +0000 (14:21 +0000)
commit11d1cde2566bcae1e60da8ca942fd63702ddab97
tree523c8d793c6e0966966d094f542f765a14548925
parent068413a17a53376ae63f12cb44b91462420d4665
s4:dsdb/common: use talloc_zero() in samdb_result_dom_sid_attrs()

This means struct auth_SidAttr can change without leaving
uninitialized memory.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
source4/dsdb/common/util.c