s3: smbd: Ensure all callers to srvstr_pull_req_talloc() pass a zeroed-out dest pointer.
commit18bd1f75d4f03e755020151925e08ebac3866d0c
authorJeremy Allison <jra@samba.org>
Fri, 11 Aug 2023 17:52:31 +0000 (11 10:52 -0700)
committerJule Anger <janger@samba.org>
Tue, 15 Aug 2023 14:20:09 +0000 (15 14:20 +0000)
treef2e3ea4c915828beb4e3a6c2128fcaae87b3e490
parenta36f30498db60d876467f9df87231838bab7a038
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

(cherry picked from commit 5379b8d557a9a16b81eafb87b60b81debc4bfccb)
source3/smbd/smb1_ipc.c
source3/smbd/smb1_message.c
source3/smbd/smb1_sesssetup.c