Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7879
b: refs/heads/master
c: e308e25
h: refs/heads/master
i:
  7877: b84580b
  7875: 5c23545
  7871: 4c285d4
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Sep 8, 2005
1 parent 7fb7bf6 commit 626d5c8
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: 0e4e4220f10bf8f58a8606f0cb28538088c64b1a
refs/heads/master: e308e25c97f06cf704e65eeb773412f5460a3b93
2 changes: 1 addition & 1 deletion trunk/net/ipv4/udp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ int udp_rcv(struct sk_buff *skb)
if (ulen > len || ulen < sizeof(*uh))
goto short_packet;

if (pskb_trim(skb, ulen))
if (pskb_trim_rcsum(skb, ulen))
goto short_packet;

if (udp_checksum_init(skb, uh, ulen, saddr, daddr) < 0)
Expand Down

0 comments on commit 626d5c8

Please sign in to comment.