smb2_server: make sure in_ctl_code = IVAL(body, 0x04); reads valid bytes
authorStefan Metzmacher <metze@samba.org>
Wed, 15 Sep 2021 15:22:39 +0000 (17:22 +0200)
committerRalph Boehme <slow@samba.org>
Wed, 1 Dec 2021 11:04:29 +0000 (11:04 +0000)
commit1cd948d8520fd41a4e2f0cc6ee787c1e20211e33
treedc0d289f826d496c1488f5e2415f59d8c64d8c7f
parent735fc34682c541056fd912d07c69f299f961983c
smb2_server: make sure in_ctl_code = IVAL(body, 0x04); reads valid bytes

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/smb2_server.c