Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111992
b: refs/heads/master
c: 4edd87a
h: refs/heads/master
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Oct 1, 2008
1 parent 0b022cd commit 239e7a6
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: 12a169e7d8f4b1c95252d8b04ed0f1033ed7cfe2
refs/heads/master: 4edd87ad5cad8e159e0db3ce3131b3d97219c9cd
2 changes: 2 additions & 0 deletions trunk/net/core/skbuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,8 @@ int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail,
#endif
long off;

BUG_ON(nhead < 0);

if (skb_shared(skb))
BUG();

Expand Down

0 comments on commit 239e7a6

Please sign in to comment.