commit | 6b7895182ce398fa474af8cfc051754e6539c6b1 | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Thu Nov 11 16:10:00 2021 -0600 |
committer | Steve French <stfrench@microsoft.com> | Fri Nov 12 10:21:51 2021 -0600 |
tree | b14e19724eb18a71fef885e19018fc96196cc5e0 | |
parent | 4d9beec22f731655f1a41f91cd747a29892533e5 [diff] |
smb3: add additional null check in SMB2_open Although unlikely to be possible for rsp to be null here, the check is safer to add, and quiets a Coverity warning. Addresses-Coverity: 1418458 ("Explicit null dereferenced") Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz> Signed-off-by: Steve French <stfrench@microsoft.com>