diff options
author | 2017-09-01 11:15:17 -0700 | |
---|---|---|
committer | 2017-09-01 13:57:33 -0600 | |
commit | 92d773324b7edbd36bf0c28c1e0157763aeccc92 (patch) | |
tree | 333db14ef4338ba1daa5063535730c9c3ea3b0d9 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | bfq: Use icq_to_bic() consistently (diff) | |
download | wireguard-linux-92d773324b7edbd36bf0c28c1e0157763aeccc92.tar.xz wireguard-linux-92d773324b7edbd36bf0c28c1e0157763aeccc92.zip |
block/loop: fix use after free
lo_rw_aio->call_read_iter->
1 aops->direct_IO
2 iov_iter_revert
lo_rw_aio_complete could happen between 1 and 2, the bio and bvec could
be freed before 2, which accesses bvec.
Signed-off-by: Shaohua Li <shli@fb.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions