[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <162705900618.21133.10256385935124978429.git-patchwork-notify@kernel.org>
Date: Fri, 23 Jul 2021 16:50:06 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Pavel Skripkin <paskripkin@...il.com>
Cc: mani@...nel.org, davem@...emloft.net, kuba@...nel.org,
loic.poulain@...aro.org, bjorn.andersson@...aro.org,
xiyou.wangcong@...il.com, edumazet@...gle.com,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
syzbot+35a511c72ea7356cdcf3@...kaller.appspotmail.com
Subject: Re: [PATCH v2] net: qrtr: fix memory leaks
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Fri, 23 Jul 2021 18:31:32 +0300 you wrote:
> Syzbot reported memory leak in qrtr. The problem was in unputted
> struct sock. qrtr_local_enqueue() function calls qrtr_port_lookup()
> which takes sock reference if port was found. Then there is the following
> check:
>
> if (!ipc || &ipc->sk == skb->sk) {
> ...
> return -ENODEV;
> }
>
> [...]
Here is the summary with links:
- [v2] net: qrtr: fix memory leaks
https://git.kernel.org/netdev/net/c/52f3456a96c0
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists