]> www.infradead.org Git - users/dwmw2/linux.git/commit
ipv6/sit: fix ipip6_tunnel_get_prl return value
authorkatrinzhou <katrinzhou@tencent.com>
Tue, 28 Jun 2022 03:50:30 +0000 (11:50 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 7 Jul 2022 15:52:20 +0000 (17:52 +0200)
commitf72d410dbf8dbfb6b87b3d45a1cebde7a5de9b7b
tree395a1a90c0844a3f2ed207b0051c8674be5d4b93
parent25055da22a0f8f8323a7486049c6cc7a17381f2d
ipv6/sit: fix ipip6_tunnel_get_prl return value

[ Upstream commit adabdd8f6acabc0c3fdbba2e7f5a2edd9c5ef22d ]

When kcalloc fails, ipip6_tunnel_get_prl() should return -ENOMEM.
Move the position of label "out" to return correctly.

Addresses-Coverity: ("Unused value")
Fixes: 300aaeeaab5f ("[IPV6] SIT: Add SIOCGETPRL ioctl to get/dump PRL.")
Signed-off-by: katrinzhou <katrinzhou@tencent.com>
Reviewed-by: Eric Dumazet<edumazet@google.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Link: https://lore.kernel.org/r/20220628035030.1039171-1-zys.zljxml@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/ipv6/sit.c