Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339
b: refs/heads/master
c: 4d78b6c
h: refs/heads/master
i:
  337: 1b7a544
  335: 115ea91
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Apr 20, 2005
1 parent 0ff043d commit 0f51222
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c7f905f0f6d49ed8c1aa4566c31f0383a0ba0c9d
refs/heads/master: 4d78b6c78ae6d87e4c1c8072f42efa716f04afb9
2 changes: 2 additions & 0 deletions trunk/net/ipv4/udp.c
Original file line number Diff line number Diff line change
Expand Up @@ -955,6 +955,8 @@ static int udp_encap_rcv(struct sock * sk, struct sk_buff *skb)
* header and optional ESP marker bytes) and then modify the
* protocol to ESP, and then call into the transform receiver.
*/
if (skb_cloned(skb) && pskb_expand_head(skb, 0, 0, GFP_ATOMIC))
return 0;

/* Now we can update and verify the packet length... */
iph = skb->nh.iph;
Expand Down

0 comments on commit 0f51222

Please sign in to comment.