Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323089
b: refs/heads/master
c: f778a63
h: refs/heads/master
i:
  323087: cf0a4c0
v: v3
  • Loading branch information
Mathias Krause authored and David S. Miller committed Sep 20, 2012
1 parent aa8aa3b commit d174887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4c87308bdea31a7b4828a51f6156e6f721a1fcc9
refs/heads/master: f778a636713a435d3a922c60b1622a91136560c1
1 change: 1 addition & 0 deletions trunk/net/xfrm/xfrm_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,7 @@ static int xfrm_del_sa(struct sk_buff *skb, struct nlmsghdr *nlh,

static void copy_to_user_state(struct xfrm_state *x, struct xfrm_usersa_info *p)
{
memset(p, 0, sizeof(*p));
memcpy(&p->id, &x->id, sizeof(p->id));
memcpy(&p->sel, &x->sel, sizeof(p->sel));
memcpy(&p->lft, &x->lft, sizeof(p->lft));
Expand Down

0 comments on commit d174887

Please sign in to comment.