diff options
| author | Dan Carpenter <[email protected]> | 2019-05-03 16:09:13 +0300 |
|---|---|---|
| committer | Felix Fietkau <[email protected]> | 2019-06-25 12:55:25 +0200 |
| commit | 9db1aec0c2d72a3b7b115ba56e8dbb5b46855333 (patch) | |
| tree | e9029b71a2a93803743a0bfc6f9020709bfaf9d6 /tools/perf/scripts/python | |
| parent | b1571a0e77d8cef14227af293c6dda1464a57270 (diff) | |
mt76: mt7615: Use after free in mt7615_mcu_set_bcn()
We dereference "skb" when we assign:
req.pkt_len = cpu_to_le16(MT_TXD_SIZE + skb->len);
^^^^^^^^
So this patch just moves the dev_kfree_skb() down a bit to avoid the
use after free.
Fixes: 04b8e65922f6 ("mt76: add mac80211 driver for MT7615 PCIe-based chipsets")
Signed-off-by: Dan Carpenter <[email protected]>
Acked-by: Lorenzo Bianconi <[email protected]>
Signed-off-by: Felix Fietkau <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions