diff options
author | Samuel Holland <samuel.holland@sifive.com> | 2025-04-09 20:14:49 +0300 |
---|---|---|
committer | Alexandre Ghiti <alexghiti@rivosinc.com> | 2025-04-14 16:07:07 +0300 |
commit | 0b4cce68efb93e31a8e51795d696df6e379cb41c (patch) | |
tree | f0aa8c478a414e668794227bfca25bcbe11f45e3 /tools/perf/scripts/python/libxed.py | |
parent | e94eb7ea6f206e229791761a5fdf9389f8dbd183 (diff) | |
download | linux-0b4cce68efb93e31a8e51795d696df6e379cb41c.tar.xz |
riscv: module: Fix out-of-bounds relocation access
The current code allows rel[j] to access one element past the end of the
relocation section. Simplify to num_relocations which is equivalent to
the existing size expression.
Fixes: 080c4324fa5e ("riscv: optimize ELF relocation function in riscv")
Signed-off-by: Samuel Holland <samuel.holland@sifive.com>
Reviewed-by: Maxim Kochetkov <fido_max@inbox.ru>
Reviewed-by: Alexandre Ghiti <alexghiti@rivosinc.com>
Link: https://lore.kernel.org/r/20250409171526.862481-1-samuel.holland@sifive.com
Signed-off-by: Alexandre Ghiti <alexghiti@rivosinc.com>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions