diff options
| author | Colin Ian King <[email protected]> | 2018-12-20 14:05:50 +0000 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2019-01-10 13:32:40 +0200 |
| commit | 72255c807156adeb167444c4206c9e5eece22287 (patch) | |
| tree | 2db0328e870a94eec8574bf7aa0f89f1a1582c3b /tools/perf/scripts/python/sched-migration.py | |
| parent | ba2ffc96321c8433606ceeb85c9e722b8113e5a7 (diff) | |
ray_cs: fix array out-of-bounds access
Currently array element org[3] is being accessed, however the array is
only 3 elements in size, so this looks like an off-by-one out-of-bounds
error. Fix this by using org[2], which I believe was the original
intent.
This issue has existed in the driver back in the pre-git days, so no
idea when it was introduced.
Detected by CoverityScan, CID#711344 ("Out-of-bounds read")
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions