smb3: fix potential null dereference in decrypt offload
authorSteve French <stfrench@microsoft.com>
Fri, 13 Sep 2019 21:47:31 +0000 (16:47 -0500)
committerSteve French <stfrench@microsoft.com>
Mon, 16 Sep 2019 16:43:38 +0000 (11:43 -0500)
commit2255397c33425b9c43e36ab01479842258dedccb
tree66bffec700a14240d1f822a21618b9e25fe19118
parent96d9f7ed00b86104bf03adeffc8980897e9694ab
smb3: fix potential null dereference in decrypt offload

commit a091c5f67c99 ("smb3: allow parallelizing decryption of reads")
had a potential null dereference

Reported-by: kbuild test robot <lkp@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Suggested-by: Pavel Shilovsky <pshilov@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smb2ops.c