CVE-2024-46736
CVE-2024-46736
Mié, 18/09/2024 – 08:15
CVE-2024-46736
smb: client: fix double put of @cfile in smb2_rename_path()
If smb2_set_path_attr() is called with a valid @cfile and returned
-EINVAL, we need to call cifs_get_writable_path() again as the
reference of @cfile was already dropped by previous smb2_compound_op()
call.
