Skip to content
Commit 0915de8c authored by Tao Chen's avatar Tao Chen Committed by Greg Kroah-Hartman
Browse files

netlink: Fix potential skb memleak in netlink_ack



[ Upstream commit e6976148 ]

Fix coverity issue 'Resource leak'.

We should clean the skb resource if nlmsg_put/append failed.

Fixes: 738136a0 ("netlink: split up copies in the ack construction")
Signed-off-by: default avatarTao Chen <chentao.kernel@linux.alibaba.com>
Link: https://lore.kernel.org/r/bff442d62c87de6299817fe1897cc5a5694ba9cc.1667638204.git.chentao.kernel@linux.alibaba.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
Stable-dep-of: d0f95894 ("netlink: annotate data-races around sk->sk_err")
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 1a6e2da0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment