diff options
author | Geert Uytterhoeven <[email protected]> | 2021-03-12 16:46:34 +0100 |
---|---|---|
committer | Palmer Dabbelt <[email protected]> | 2021-03-16 21:55:11 -0700 |
commit | ce989f1472ae350e844b10c880b22543168fbc92 (patch) | |
tree | 2fefbfccbc44de36c49b97887dfba8fa3a6d102e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | fa59030bf8555a4eb83342fd23c32e30d4f2fe7a (diff) |
RISC-V: Fix out-of-bounds accesses in init_resources()
init_resources() allocates an array of resources, based on the current
total number of memory regions and reserved memory regions. However,
allocating this array using memblock_alloc() might increase the number
of reserved memory regions. If that happens, populating the array later
based on the new number of regions will cause out-of-bounds writes
beyond the end of the allocated array.
Fix this by allocating one more entry, which may or may not be used.
Fixes: 797f0375dd2ef5cd ("RISC-V: Do not allocate memblock while iterating reserved memblocks")
Signed-off-by: Geert Uytterhoeven <[email protected]>
Reviewed-by: Atish Patra <[email protected]>
Cc: [email protected]
Signed-off-by: Palmer Dabbelt <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions