]> git.ipfire.org Git - thirdparty/samba.git/commit
s4:auth: let auth_domain_admin_user_info_dc() use talloc_zero_array(struct auth_SidAttr)
authorStefan Metzmacher <metze@samba.org>
Wed, 29 Jan 2025 10:36:52 +0000 (11:36 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 14 Feb 2025 14:21:33 +0000 (14:21 +0000)
commit700d5111bd2c429ceee51126dc428cb3ce671810
tree3304ba144bb5bd22660ce5e7e822ec275f142cd0
parent850e030d8e15b018076f32c5bd311a50dcde70a6
s4:auth: let auth_domain_admin_user_info_dc() use talloc_zero_array(struct auth_SidAttr)

This means we won't leave uninitialized memory if
struct auth_SidAttr changes.

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