You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cifs: fix check of rc in function generate_smb3signingkey
Remove extra check after condition, add check after generating key
for encryption. The check is needed to return non zero rc before
rewriting it with generating key for decryption.
Found by Linux Verification Center (linuxtesting.org) with SVACE.
Reviewed-by: Paulo Alcantara (SUSE) <[email protected]>
Fixes: d70e9fa ("cifs: try opening channels after mounting")
Signed-off-by: Ekaterina Esina <[email protected]>
Co-developed-by: Anastasia Belova <[email protected]>
Signed-off-by: Anastasia Belova <[email protected]>
Signed-off-by: Steve French <[email protected]>
0 commit comments