]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/rxrpc/rxkad.c
RxRPC: Fix a regression in the RXKAD security module
[linux-2.6-omap-h63xx.git] / net / rxrpc / rxkad.c
index 6d38a81b336d50e89942637f8ad8b715c2a0ae7f..ba3f6e49fddc59164fed12773b483ee699aa1a3d 100644 (file)
@@ -493,8 +493,8 @@ static int rxkad_verify_packet(const struct rxrpc_call *call,
                __be32 x[2];
        } tmpbuf __attribute__((aligned(8))); /* must all be in same page */
        __be32 x;
-       u16 y;
        __be16 cksum;
+       u32 y;
        int ret;
 
        sp = rxrpc_skb(skb);