Home
last modified time | relevance | path

Searched hist:fa6dd8a2c89861d05621ce7e2880e485bec22fba (Results 1 – 1 of 1) sorted by relevance

/linux/net/xfrm/
H A Dxfrm_user.cdiff fa6dd8a2c89861d05621ce7e2880e485bec22fba Tue Jan 11 09:04:12 CET 2011 Nicolas Dichtel <nicolas.dichtel@6wind.com> xfrm: check trunc_len in XFRMA_ALG_AUTH_TRUNC

Maximum trunc length is defined by MAX_AH_AUTH_LEN (in bytes)
and need to be checked when this value is set (in bits) by
the user. In ah4.c and ah6.c a BUG_ON() checks this condiftion.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>