diff options
author | Julian Wiedmann <jwi@linux.ibm.com> | 2018-07-11 17:42:39 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-12 16:42:39 -0700 |
commit | f67a43a73b543f686577507fe9ccdfae212b9924 (patch) | |
tree | 54b107300a11ba600a63a428a253363d9f977a7a /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | 3b346c18149674ee40dea5281c8644a572ef3fb1 (diff) |
s390/qeth: remove unused buffer->aob pointer
Except for tracing, the pointer is not used.
At the same time, accessing it from qeth_qdio_output_handler() is racy:
whenever qeth_qdio_cq_handler() gets control, its call to
qeth_qdio_handle_aob() frees the AOB.
So the AOB pointer that qeth_qdio_output_handler() stores into 'buffer'
can go stale at any time, and trigger a use-after-free.
Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions