]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
cosa: Add missing kfree in error path of cosa_write
authorWang Hai <wanghai38@huawei.com>
Tue, 10 Nov 2020 14:46:14 +0000 (22:46 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Nov 2020 18:22:21 +0000 (19:22 +0100)
commitb20e9cb62229db1bd1c305569a699e6289053753
treeaecd8d1a76e24781b5cfafa3457f0a762b3a1179
parente2d69c0519869769b6ac3c5e0388b232d351518a
cosa: Add missing kfree in error path of cosa_write

[ Upstream commit 52755b66ddcef2e897778fac5656df18817b59ab ]

If memory allocation for 'kbuf' succeed, cosa_write() doesn't have a
corresponding kfree() in exception handling. Thus add kfree() for this
function implementation.

Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wang Hai <wanghai38@huawei.com>
Acked-by: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
Link: https://lore.kernel.org/r/20201110144614.43194-1-wanghai38@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/wan/cosa.c