aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2019-05-03 16:09:13 +0300
committerFelix Fietkau <[email protected]>2019-06-25 12:55:25 +0200
commit9db1aec0c2d72a3b7b115ba56e8dbb5b46855333 (patch)
treee9029b71a2a93803743a0bfc6f9020709bfaf9d6 /tools/perf/scripts/python/export-to-postgresql.py
parentb1571a0e77d8cef14227af293c6dda1464a57270 (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/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions