diff options
author | Eric Dumazet <dada1@cosmosbay.com> | 2008-01-09 07:39:06 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-09 07:39:06 (GMT) |
commit | 0f99be0d115a5716292c58dfdb20d2eddd0f3387 (patch) | |
tree | a4c8fc6262add152fa7207e40a5f02b18c9bedde /include/net/irda | |
parent | 2e3884b5b16795c03a7bf295797c1b2402885b88 (diff) | |
download | linux-fsl-qoriq-0f99be0d115a5716292c58dfdb20d2eddd0f3387.tar.xz |
[XFRM]: xfrm_algo_clone() allocates too much memory
alg_key_len is the length in bits of the key, not in bytes.
Best way to fix this is to move alg_len() function from net/xfrm/xfrm_user.c
to include/net/xfrm.h, and to use it in xfrm_algo_clone()
alg_len() is renamed to xfrm_alg_len() because of its global exposition.
Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/irda')
0 files changed, 0 insertions, 0 deletions