]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[SCTP]: sctp_unpack_cookie() fix
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 20 Jun 2006 10:26:14 +0000 (03:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Jun 2006 10:26:14 +0000 (03:26 -0700)
commit8ca84481b69513f7bf341c7dd9897023a04d7d1d
treed6c930de1d67d19a01967e18e8d116421cbe4eda
parent65fd28f743be6e3e3fd8eefa9a517656636fee42
[SCTP]: sctp_unpack_cookie() fix

sizeof(pointer) != sizeof(array)...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/sm_make_chunk.c