Re: [PATCH net 0/2] rxrpc: Fix local endpoint handling

2019-08-15 Thread David Miller
From: David Howells Date: Wed, 14 Aug 2019 11:47:51 +0100 > Here's a pair of patches that fix two issues in the handling of local > endpoints (rxrpc_local structs): > > (1) Use list_replace_init() rather than list_replace() if we're going to > unconditionally delete the replaced item later

[PATCH net 0/2] rxrpc: Fix local endpoint handling

2019-08-14 Thread David Howells
Here's a pair of patches that fix two issues in the handling of local endpoints (rxrpc_local structs): (1) Use list_replace_init() rather than list_replace() if we're going to unconditionally delete the replaced item later, lest the list get corrupted. (2) Don't access the rxrpc_loc