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