kernel-hacking-2024-linux-s.../net/xfrm
David S. Miller 253aa11578 [IPSEC] xfrm_user: Kill PAGE_SIZE check in verify_sec_ctx_len()
First, it warns when PAGE_SIZE >= 64K because the ctx_len
field is 16-bits.

Secondly, if there are any real length limitations it can
be verified by the security layer security_xfrm_state_alloc()
call.

Signed-off-by: David S. Miller <davem@davemloft.net>
2006-03-20 22:23:35 -08:00
..
Kconfig
Makefile
xfrm_algo.c [NET]: Change some "if (x) BUG();" to "BUG_ON(x);" 2006-01-09 14:16:18 -08:00
xfrm_input.c
xfrm_policy.c [XFRM]: Add some missing exports. 2006-03-20 19:18:52 -08:00
xfrm_state.c [XFRM]: Add some missing exports. 2006-03-20 19:18:52 -08:00
xfrm_user.c [IPSEC] xfrm_user: Kill PAGE_SIZE check in verify_sec_ctx_len() 2006-03-20 22:23:35 -08:00