commit | 253aa11578c1b89757282430891bb66ae5300092 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Mon Mar 20 22:23:35 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 20 22:23:35 2006 -0800 |
tree | 00ff3d18c1a7ead1bca4602385e85b65f012823c | |
parent | 50bf3e224a2963c6dd5098f77bd7233222ebfbd2 [diff] |
[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>