]> git.baikalelectronics.ru Git - kernel.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)
committerJakub Kicinski <kuba@kernel.org>
Wed, 29 Jun 2022 04:00:34 +0000 (21:00 -0700)
commit9324a0fd35a101dd555301eb268b21ae118356e8
tree7c8f09c2ca51ec8113785b017bfe2c82b399ee7f
parent85dd05d34c1de7d36d58052665c2e85bb3c187e5
ipv6/sit: fix ipip6_tunnel_get_prl return value

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

Addresses-Coverity: ("Unused value")
Fixes: 1aeae47d7c2b ("[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>
net/ipv6/sit.c