commit | 4d9beec22f731655f1a41f91cd747a29892533e5 | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Thu Nov 11 14:39:23 2021 -0600 |
committer | Steve French <stfrench@microsoft.com> | Thu Nov 11 14:49:24 2021 -0600 |
tree | 9f7649975c6d916f378fdddf356c94ce5b8cfd81 | |
parent | 0e62904836ecddf69b0358fe8f9442d3dd914c55 [diff] |
smb3: add additional null check in SMB2_ioctl Although unlikely for it to be possible for rsp to be null here, the check is safer to add, and quiets a Coverity warning. Addresses-Coverity: 1443909 ("Explicit Null dereference") Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz> Signed-off-by: Steve French <stfrench@microsoft.com>