commit | 403fc2a138457f1071b186786a7589ef7382c8bc | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Sep 27 15:13:08 2018 +0100 |
committer | David Howells <dhowells@redhat.com> | Fri Sep 28 10:32:31 2018 +0100 |
tree | a5fe93f58dc7d56d8731c9625df2f1efdc0bf436 | |
parent | ece64fec164f523bfbe874abdef2a0e6ff376251 [diff] |
rxrpc: Improve up-front incoming packet checking Do more up-front checking on incoming packets to weed out invalid ones and also ones aimed at services that we don't support. Whilst we're at it, replace the clearing of call and skew if we don't find a connection with just initialising the variables to zero at the top of the function. Signed-off-by: David Howells <dhowells@redhat.com>