s3:smbd: Fix a possible null pointer deref in oplock code
commit17a72ab531e6fde04132448b2b7259aca33d3456
authorAndreas Schneider <asn@samba.org>
Tue, 24 Nov 2020 15:57:12 +0000 (24 16:57 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 26 Nov 2020 06:52:41 +0000 (26 06:52 +0000)
treecc24a150c78a37fe722b51a726741b0083dab989
parent15609cb91986b3e29c5b1a3b6c69c04829f43eb4
s3:smbd: Fix a possible null pointer deref in oplock code

Found by cppcheck.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/smbd/oplock.c