Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40531
b: refs/heads/master
c: 28cd775
h: refs/heads/master
i:
  40529: b6e700e
  40527: 511b031
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Oct 30, 2006
1 parent 429273a commit 6aa0a18
Show file tree
Hide file tree
Showing 2 changed files with 4 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: c20e3945c761502b9d5d73ef0ff5f1a84b3a717e
refs/heads/master: 28cd7752734563d5b0967b96a6bade7a1dc89c7f
3 changes: 3 additions & 0 deletions trunk/net/sctp/input.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ int sctp_rcv(struct sk_buff *skb)

SCTP_INC_STATS_BH(SCTP_MIB_INSCTPPACKS);

if (skb_linearize(skb))
goto discard_it;

sh = (struct sctphdr *) skb->h.raw;

/* Pull up the IP and SCTP headers. */
Expand Down

0 comments on commit 6aa0a18

Please sign in to comment.