[PATCH net 0/2] rxrpc: Leak fixes

From: David Howells
Date: Mon Nov 29 2021 - 10:51:50 EST



Here are a couple of fixes for leaks in AF_RXRPC:

(1) Fix a leak of rxrpc_peer structs in rxrpc_look_up_bundle().

(2) Fix a leak of rxrpc_local structs in rxrpc_lookup_peer().

The patches are tagged here:

git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git
rxrpc-fixes-20211129

and can also be found on the following branch:

http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=rxrpc-fixes

David
---
Eiichi Tsukata (2):
rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle()
rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()


net/rxrpc/peer_object.c | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)