]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'rxrpc-fixes-20211129' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorJakub Kicinski <kuba@kernel.org>
Tue, 30 Nov 2021 04:04:10 +0000 (20:04 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 30 Nov 2021 04:04:11 +0000 (20:04 -0800)
commitb35c0550a8ae3b46f01bc0180e5e20eb8a08c24b
tree9eac36a23537e1927c3b4e76ccbc2523996da321
parent9f7e7ae61fa4cf2a7b1c3c95f83c3ea289034d0d
parente0078a0df2ff0121aed28f33398bc64b5d2eecba
Merge tag 'rxrpc-fixes-20211129' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs

David Howells says:

====================
rxrpc: Leak fixes

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().

* tag 'rxrpc-fixes-20211129' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs:
  rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()
  rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle()
====================

Link: https://lore.kernel.org/r/163820097905.226370.17234085194655347888.stgit@warthog.procyon.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>