commit | f4552c2d248e9d9f6f728ea32eb25f600d3d6cd6 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Fri Jun 17 11:00:48 2016 +0100 |
committer | David Howells <dhowells@redhat.com> | Wed Jun 22 09:17:51 2016 +0100 |
tree | 2236af71df6ff792ac2d2ffd9f483ffcfd5c3c18 | |
parent | 4a3388c8033e4ea00f06a341d5ed4a20a7da89de [diff] |
rxrpc: Validate the net address given to rxrpc_kernel_begin_call() Validate the net address given to rxrpc_kernel_begin_call() before using it. Whilst this should be mostly unnecessary for in-kernel users, it does clear the tail of the address struct in case we want to hash or compare the whole thing. Signed-off-by: David Howells <dhowells@redhat.com>