diff options
author | Shyam Prasad N <sprasad@microsoft.com> | 2021-02-24 18:04:02 +0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2021-02-24 20:41:43 +0300 |
commit | f1ebe48dd3490adeff63b2d86ac7567aa018bd5d (patch) | |
tree | 9e8d525a14e86978e22059ea5e2f3c5bf55458c5 /fs/cifs/fs_context.c | |
parent | f1a08655cc4f6f2233448e11e2499321728f0849 (diff) | |
download | linux-f1ebe48dd3490adeff63b2d86ac7567aa018bd5d.tar.xz |
cifs: If a corrupted DACL is returned by the server, bail out.
Static code analysis reported a possible null pointer dereference
in my last commit:
cifs: Retain old ACEs when converting between mode bits and ACL.
This could happen if the DACL returned by the server is corrupted.
We were trying to continue by assuming that the file has empty DACL.
We should bail out with an error instead.
Signed-off-by: Shyam Prasad N <sprasad@microsoft.com>
Reported-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Rohith Surabattula <rohiths@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/fs_context.c')
0 files changed, 0 insertions, 0 deletions