summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorIgnat Korchagin <ignat@cloudflare.com>2024-10-14 16:38:06 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-12-14 20:03:48 +0100
commitf44fceb71d72d29fb00e0ac84cdf9c081b03cd06 (patch)
tree580c4e67ee1dc00dca0e5c6f805575ffa6302f06 /drivers
parent691d6d816f93b2a1008c14178399061466e674ef (diff)
downloadlinux-f44fceb71d72d29fb00e0ac84cdf9c081b03cd06.tar.gz
linux-f44fceb71d72d29fb00e0ac84cdf9c081b03cd06.tar.bz2
linux-f44fceb71d72d29fb00e0ac84cdf9c081b03cd06.zip
net: inet6: do not leave a dangling sk pointer in inet6_create()
[ Upstream commit 9df99c395d0f55fb444ef39f4d6f194ca437d884 ] sock_init_data() attaches the allocated sk pointer to the provided sock object. If inet6_create() fails later, the sk object is released, but the sock object retains the dangling sk pointer, which may cause use-after-free later. Clear the sock sk pointer on error. Signed-off-by: Ignat Korchagin <ignat@cloudflare.com> Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com> Reviewed-by: Eric Dumazet <edumazet@google.com> Link: https://patch.msgid.link/20241014153808.51894-8-ignat@cloudflare.com Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions