aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stat-cpi.py
diff options
context:
space:
mode:
authorJohannes Thumshirn <[email protected]>2018-07-31 13:46:01 +0000
committerMartin K. Petersen <[email protected]>2018-08-02 19:30:03 +0000
commit2d7d4fd35e6e15b47c13c70368da83add19f01e7 (patch)
treed5ee11e647116774edbf2cfc46182acfb3c12700 /tools/perf/scripts/python/stat-cpi.py
parentscsi: qedi: Fix a potential buffer overflow (diff)
downloadkernel-2d7d4fd35e6e15b47c13c70368da83add19f01e7.tar.gz
kernel-2d7d4fd35e6e15b47c13c70368da83add19f01e7.zip
scsi: fcoe: fix use-after-free in fcoe_ctlr_els_send
KASAN reports a use-after-free in fcoe_ctlr_els_send() when we're sending a LOGO and have FIP debugging enabled. This is because we're first freeing the skb and then printing the frame's DID. But the DID is a member of the FC frame header which in turn is the skb's payload. Exchange the debug print and kfree_skb() calls so we're not touching the freed data. Signed-off-by: Johannes Thumshirn <[email protected]> Reviewed-by: Hannes Reinecke <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stat-cpi.py')
0 files changed, 0 insertions, 0 deletions