s3: smbd: Ensure all callers to srvstr_pull_req_talloc() pass a zeroed-out dest pointer.
commit5379b8d557a9a16b81eafb87b60b81debc4bfccb
authorJeremy Allison <jra@samba.org>
Fri, 11 Aug 2023 17:52:31 +0000 (11 10:52 -0700)
committerVolker Lendecke <vl@samba.org>
Mon, 14 Aug 2023 15:55:43 +0000 (14 15:55 +0000)
treeca0ade0a23ca16334ad120e349939b1a82d72774
parent5bc50d2ea4444244721e72b4264311c7005d2f3c
s3: smbd: Ensure all callers to srvstr_pull_req_talloc() pass a zeroed-out dest pointer.

Now we've fixed srvstr_pull_req_talloc() this isn't
strictly needed, but ensuring pointers are initialized
is best practice to avoid future bugs.

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

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Mon Aug 14 15:55:43 UTC 2023 on atb-devel-224
source3/smbd/smb1_ipc.c
source3/smbd/smb1_message.c
source3/smbd/smb1_sesssetup.c