diff options
| author | Dave Kleikamp <dave.kleikamp@oracle.com> | 2020-11-13 14:58:46 -0600 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-12-29 13:42:44 +0100 |
| commit | b01bec9ec3b196a8a33d0d68991c8a45c8c24551 (patch) | |
| tree | 8c62b8dd699fc1ac4ab1124d659d1d32c23432db /tools/perf/scripts/python/call-graph-from-postgresql.py | |
| parent | b644402f029bf69d8741310bc5558c2c68db4696 (diff) | |
jfs: Fix array index bounds check in dbAdjTree
commit c61b3e4839007668360ed8b87d7da96d2e59fc6c upstream.
Bounds checking tools can flag a bug in dbAdjTree() for an array index
out of bounds in dmt_stree. Since dmt_stree can refer to the stree in
both structures dmaptree and dmapctl, use the larger array to eliminate
the false positive.
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
Reported-by: butt3rflyh4ck <butterflyhuangxx@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions
