aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/xfrm/xfrm_user.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/xfrm/xfrm_user.c b/net/xfrm/xfrm_user.c
index 07b71680cde0..7b1acd995168 100644
--- a/net/xfrm/xfrm_user.c
+++ b/net/xfrm/xfrm_user.c
@@ -101,9 +101,6 @@ static inline int verify_sec_ctx_len(struct rtattr **xfrma)
101 101
102 uctx = RTA_DATA(rt); 102 uctx = RTA_DATA(rt);
103 103
104 if (uctx->ctx_len > PAGE_SIZE)
105 return -EINVAL;
106
107 len += sizeof(struct xfrm_user_sec_ctx); 104 len += sizeof(struct xfrm_user_sec_ctx);
108 len += uctx->ctx_len; 105 len += uctx->ctx_len;
109 106