]> git.ipfire.org Git - thirdparty/linux.git/commit
fs/cifs: Fix resource leak
authorKhaled ROMDHANI <khaledromdhani216@gmail.com>
Tue, 4 May 2021 15:38:55 +0000 (16:38 +0100)
committerSteve French <stfrench@microsoft.com>
Tue, 4 May 2021 16:53:15 +0000 (11:53 -0500)
commitbae4c0c1c2d576d32e37925ef972a5d45f34e36d
tree8f7c59f39cbee8d7758280737ac26eed88c4b2d8
parent78c09634f7dc061a3bd09704cdbebb3762a45cdf
fs/cifs: Fix resource leak

The -EIO error return path is leaking memory allocated
to page. Fix this by moving the allocation block after
the check of cifs_forced_shutdown.

Addresses-Coverity: ("Resource leak")
Fixes: 087f757b0129 ("cifs: add shutdown support")
Signed-off-by: Khaled ROMDHANI <khaledromdhani216@gmail.com>
Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/link.c