Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311386
b: refs/heads/master
c: 2c995ff
h: refs/heads/master
v: v3
  • Loading branch information
Antonio Quartulli authored and David S. Miller committed Jun 19, 2012
1 parent ce02e5e commit e46b64e
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: 48d7d0ad9022b36be9fd8a236fb58ad4c0f3b80c
refs/heads/master: 2c995ff892313009e336ecc8ec3411022f5b1c39
2 changes: 2 additions & 0 deletions trunk/net/batman-adv/routing.c
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,8 @@ int recv_tt_query(struct sk_buff *skb, struct hard_iface *recv_if)
* changes */
if (skb_linearize(skb) < 0)
goto out;
/* skb_linearize() possibly changed skb->data */
tt_query = (struct tt_query_packet *)skb->data;

tt_len = tt_query->tt_data * sizeof(struct tt_change);

Expand Down

0 comments on commit e46b64e

Please sign in to comment.