commit | ca780da5fdd389d391eff5ac954ee8b91953125d | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Thu Nov 11 15:35:34 2021 -0600 |
committer | Steve French <stfrench@microsoft.com> | Fri Nov 12 12:59:54 2021 -0600 |
tree | 04323135fdb5544faffcdf802775d3f30eb46abe | |
parent | 9e7ffa77b26a8a00a12b6631aa13f161d9900b0c [diff] |
smb3: add additional null check in SMB311_posix_mkdir 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: 1437501 ("Explicit Null dereference") Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz> Signed-off-by: Steve French <stfrench@microsoft.com>