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, 21 Jul 2023 12:05:35 +0000 (12:05 +0000)
commit59131d6c345864dcf1ed3331c52ce35ddc5db2dc
tree62f155268ca61e0a1f2cadbf26cc23933ff38d69
parent1662eeeb7a6fc1b955fc0f7f52c7546ba3ac442a
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