Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57154
b: refs/heads/master
c: 144466b
h: refs/heads/master
v: v3
  • Loading branch information
Kazunori MIYAZAWA authored and David S. Miller committed May 31, 2007
1 parent b79688b commit 8ca9fb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: aad0e0b9b6e4f7085d5e2ec4b5bb59ffecd8b1fb
refs/heads/master: 144466bdf8c479ae36678ace7a3b8e8b748df6f6
2 changes: 1 addition & 1 deletion trunk/net/ipv6/ah6.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ static int ah6_output(struct xfrm_state *x, struct sk_buff *skb)
memcpy(tmp_base, top_iph, sizeof(tmp_base));

tmp_ext = NULL;
extlen = skb_transport_offset(skb) + sizeof(struct ipv6hdr);
extlen = skb_transport_offset(skb) - sizeof(struct ipv6hdr);
if (extlen) {
extlen += sizeof(*tmp_ext);
tmp_ext = kmalloc(extlen, GFP_ATOMIC);
Expand Down

0 comments on commit 8ca9fb2

Please sign in to comment.