aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2022-05-23 11:30:57 +0300
committerMichael S. Tsirkin <[email protected]>2022-05-31 12:45:10 -0400
commit1f97b9785076d32fbabb8fa23889f9969c84118d (patch)
tree9e64fc0d244f1d0ddaab94bbd346b6aba607ed63 /tools/perf/scripts/python/bin/stackcollapse-record
parent4f58afd6eb177a75dec61c65fdc72db31db93c82 (diff)
vdpasim: Off by one in vdpasim_set_group_asid()
The > comparison needs to be >= to prevent an out of bounds access of the vdpasim->iommu[] array. The vdpasim->iommu[] is allocated in vdpasim_create() and it has vdpasim->dev_attr.nas elements. Fixes: 87e5afeac247 ("vdpasim: control virtqueue support") Signed-off-by: Dan Carpenter <[email protected]> Message-Id: <YotGQU1q224RKZR8@kili> Signed-off-by: Michael S. Tsirkin <[email protected]> Acked-by: Jason Wang <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions