aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorTony Battersby <[email protected]>2015-02-11 11:32:30 -0500
committerJens Axboe <[email protected]>2015-02-11 09:35:21 -0700
commit564e559f2baf6a868768d0cac286980b3cfd6e30 (patch)
treec05956de6d4221f4ce5935902cab4598e7d3a171 /tools/perf/scripts/python/syscall-counts-by-pid.py
parent854fbb9c699e34fe4889e6907c4fc73889192223 (diff)
blk-mq: fix double-free in error path
If the allocation of bt->bs fails, then bt->map can be freed twice, once in blk_mq_init_bitmap_tags() -> bt_alloc(), and once in blk_mq_init_bitmap_tags() -> bt_free(). Fix by setting the pointer to NULL after the first free. Cc: <[email protected]> Signed-off-by: Tony Battersby <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions