Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41527
b: refs/heads/master
c: 850c211
h: refs/heads/master
i:
  41525: aa81b21
  41523: 5e97700
  41519: e937fcb
v: v3
  • Loading branch information
Ulrich Kunitz authored and Jeff Garzik committed Dec 2, 2006
1 parent daafafb commit 614006a
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: 741fec53f268b691b869ffc70023319406e0cc97
refs/heads/master: 850c211ce6948bcd71e505be22b7ead99a425bfa
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/zd1211rw/zd_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,8 @@ static void handle_rx_packet(struct zd_usb *usb, const u8 *buffer,
unsigned int l, k, n;
for (i = 0, l = 0;; i++) {
k = le16_to_cpu(get_unaligned(&length_info->length[i]));
if (k == 0)
return;
n = l+k;
if (n > length)
return;
Expand Down

0 comments on commit 614006a

Please sign in to comment.