Skip to content
Commit ceff522d authored by David Howells's avatar David Howells
Browse files

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: default avatarDavid Howells <dhowells@redhat.com>
parent 521bb304
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment