Re: [PATCH net v7 00/11] rxrpc: Fix CHALLENGE packet handling
David Howells <[email protected]>
| Newsgroups | org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Organization | Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 |
| Message-ID | <[email protected]> |
David Howells <[email protected]> wrote: > (1) There's a missing key_put() in afs_open_socket()'s error path. Actually, this is preexisting, so it needs fixing, but isn't due to this patchset (it was added in d98c317fd9aa78dfa45e47deb6536cd35783afd1). David