diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2021-12-17 10:12:09 +0300 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2021-12-21 18:57:14 +0100 |
commit | 72e4d07d9499d979a3fc38c77f4120707c709ea5 (patch) | |
tree | d50062f137ab7380737dbc3c0cf59ee34b9c135d /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 855045873b54b9f8dd71a0468db9ff52aa27444f (diff) |
platform/x86: think-lmi: Prevent underflow in index_store()
There needs to be a check to prevent negative offsets for
setting->index. I have reviewed this code and I think that the
"if (block->instance_count <= instance)" check in __query_block() will
prevent this from resulting in an out of bounds access. But it's
still worth fixing.
Fixes: 640a5fa50a42 ("platform/x86: think-lmi: Opcode support")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Link: https://lore.kernel.org/r/20211217071209.GF26548@kili
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions