]> git.ipfire.org Git - thirdparty/samba.git/commit
CVE-2023-3347: smbd: inline smb2_srv_init_signing() code in srv_init_signing()
authorRalph Boehme <slow@samba.org>
Wed, 21 Jun 2023 13:10:58 +0000 (15:10 +0200)
committerJule Anger <janger@samba.org>
Fri, 14 Jul 2023 13:15:04 +0000 (15:15 +0200)
commit95cec0dfa2410e667551a1faaef08c8cd2a80074
tree0f659514cda11e384b2fe29dee93a11dc257f6d7
parente96d5002fc10b3e74c7ed90f8cf7cf234a06a3d1
CVE-2023-3347: smbd: inline smb2_srv_init_signing() code in srv_init_signing()

It's now a one-line function, imho the overall code is simpler if that code is
just inlined.

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

Signed-off-by: Ralph Boehme <slow@samba.org>
source3/smbd/proto.h
source3/smbd/smb2_signing.c