diff options
author | Paulo Alcantara <pc@cjr.nz> | 2023-01-10 17:55:20 -0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2023-01-10 15:32:03 -0600 |
commit | 39e8db3c860e2678ce5a7d74193925876507c9eb (patch) | |
tree | fb5cbca42dd71bdfd661772ed4195945b3d610d5 /drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | |
parent | 2f57e4464cddfceda850ae4224779d11b6eb171f (diff) |
cifs: fix double free on failed kerberos auth
If session setup failed with kerberos auth, we ended up freeing
cifs_ses::auth_key.response twice in SMB2_auth_kerberos() and
sesInfoFree().
Fix this by zeroing out cifs_ses::auth_key.response after freeing it
in SMB2_auth_kerberos().
Fixes: a4e430c8c8ba ("cifs: replace kfree() with kfree_sensitive() for sensitive data")
Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Acked-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c')
0 files changed, 0 insertions, 0 deletions