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)
commitadabdd8f6acabc0c3fdbba2e7f5a2edd9c5ef22d
tree7c8f09c2ca51ec8113785b017bfe2c82b399ee7f
parentbce3bb30b266a12fa32d4f08bdaf59a03887f802
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: 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>
net/ipv6/sit.c