diff options
author | Wen Gu <guwen@linux.alibaba.com> | 2024-05-07 20:53:31 +0800 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2024-05-09 10:03:43 +0200 |
commit | 2ddc0dd7fec86ee53b8928a5cca5fbddd4fc7c06 (patch) | |
tree | 745697c986640d886499ac7311922e435b0bc3c6 /net/unix/unix_bpf.c | |
parent | 4db783d68b9b39a411a96096c10828ff5dfada7a (diff) |
net/smc: fix neighbour and rtable leak in smc_ib_find_route()
In smc_ib_find_route(), the neighbour found by neigh_lookup() and rtable
resolved by ip_route_output_flow() are not released or put before return.
It may cause the refcount leak, so fix it.
Link: https://lore.kernel.org/r/20240506015439.108739-1-guwen@linux.alibaba.com
Fixes: e5c4744cfb59 ("net/smc: add SMC-Rv2 connection establishment")
Signed-off-by: Wen Gu <guwen@linux.alibaba.com>
Link: https://lore.kernel.org/r/20240507125331.2808-1-guwen@linux.alibaba.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'net/unix/unix_bpf.c')
0 files changed, 0 insertions, 0 deletions