af_rxrpc: Fix XDR length check in rxrpc key demarshalling.
authorNathaniel W Filardo <nwf@cs.jhu.edu>
Thu, 15 May 2014 14:51:22 +0000 (15:51 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 May 2014 19:24:47 +0000 (15:24 -0400)
commitfde0133b9cfa4e01b275e942ffc32fd78e27d27c
treeddb95ce510f1d4f1920ba80a77bead614e62a874
parent6e14a5eeb158215881ef4507833a3574d0dbad19
af_rxrpc: Fix XDR length check in rxrpc key demarshalling.

There may be padding on the ticket contained in the key payload, so just ensure
that the claimed token length is large enough, rather than exactly the right
size.

Signed-off-by: Nathaniel Wesley Filardo <nwf@cs.jhu.edu>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rxrpc/ar-key.c