Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22246
b: refs/heads/master
c: 253aa11
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Mar 21, 2006
1 parent 0cb985d commit 529742b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 50bf3e224a2963c6dd5098f77bd7233222ebfbd2
refs/heads/master: 253aa11578c1b89757282430891bb66ae5300092
3 changes: 0 additions & 3 deletions trunk/net/xfrm/xfrm_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ static inline int verify_sec_ctx_len(struct rtattr **xfrma)

uctx = RTA_DATA(rt);

if (uctx->ctx_len > PAGE_SIZE)
return -EINVAL;

len += sizeof(struct xfrm_user_sec_ctx);
len += uctx->ctx_len;

Expand Down

0 comments on commit 529742b

Please sign in to comment.