Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315381
b: refs/heads/master
c: d4787a1
h: refs/heads/master
i:
  315379: fb6083d
v: v3
  • Loading branch information
Tony Cheneau authored and David S. Miller committed Jul 17, 2012
1 parent cf67438 commit e59ba14
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: 6e5928f6dfd92a47c489bb735c4cb8bbb62038e0
refs/heads/master: d4787a15432384826a0bed42d189fc2a97dc73ea
3 changes: 3 additions & 0 deletions trunk/net/ieee802154/6lowpan.c
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,9 @@ lowpan_uncompress_udp_header(struct sk_buff *skb)
struct udphdr *uh = udp_hdr(skb);
u8 tmp;

if (!uh)
goto err;

if (lowpan_fetch_skb_u8(skb, &tmp))
goto err;

Expand Down

0 comments on commit e59ba14

Please sign in to comment.