In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix rxrpclocal leak in rxrpclookuppeer() Need to call rxrpcputlocal() for peer candidate before kfree() as it holds a ref to rxrpclocal. [DH: v2: Changed to abstract the peer freeing code out into a function]