commit | 79c5f51c639021f7472591239c3867cee4b9ec02 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Wed Aug 18 00:24:43 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 19 00:41:52 2010 -0700 |
tree | d7aeb85577fdb66ab2f4682778e135f263cadb6a | |
parent | 9c38657cfcb739b7dc4ce9065a85b4f0c195bef8 [diff] |
irda: fix a race in irlan_eth_xmit() After skb is queued, its illegal to dereference it. Cache skb->len into a temporary variable. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>