[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <164648220942.4612.11657656133766874161.git-patchwork-notify@kernel.org>
Date: Sat, 05 Mar 2022 12:10:09 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Alexey Khoroshilov <khoroshilov@...ras.ru>
Cc: isdn@...ux-pingi.de, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, ldv-project@...uxtesting.org
Subject: Re: [PATCH] mISDN: Fix memory leak in dsp_pipeline_build()
Hello:
This patch was applied to netdev/net.git (master)
by David S. Miller <davem@...emloft.net>:
On Fri, 4 Mar 2022 21:25:36 +0300 you wrote:
> dsp_pipeline_build() allocates dup pointer by kstrdup(cfg),
> but then it updates dup variable by strsep(&dup, "|").
> As a result when it calls kfree(dup), the dup variable contains NULL.
>
> Found by Linux Driver Verification project (linuxtesting.org) with SVACE.
>
> Signed-off-by: Alexey Khoroshilov <khoroshilov@...ras.ru>
> Fixes: 960366cf8dbb ("Add mISDN DSP")
>
> [...]
Here is the summary with links:
- mISDN: Fix memory leak in dsp_pipeline_build()
https://git.kernel.org/netdev/net/c/c6a502c22999
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