diff options
author | David Howells <dhowells@redhat.com> | 2020-09-29 23:48:50 +0300 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2020-11-23 21:09:30 +0300 |
commit | ceff522db2cc2915d50ca7f019df1cc8b19c871c (patch) | |
tree | d99fedf090059a2e65fab1b4c765e0907af6623c /net/rxrpc/insecure.c | |
parent | 521bb3049c4df06c6c302f5c6fef691c57ea3cc0 (diff) | |
download | linux-ceff522db2cc2915d50ca7f019df1cc8b19c871c.tar.xz |
rxrpc: rxkad: Don't use pskb_pull() to advance through the response packet
In the rxkad security class, don't use pskb_pull() to advance through the
contents of the response packet. There's no point, especially as the next
and last access to the skbuff still has to allow for the wire header in the
offset (which we didn't advance over).
Better to just add the displacement to the next offset.
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'net/rxrpc/insecure.c')
0 files changed, 0 insertions, 0 deletions