llvm-project/llvm/test/tools/llvm-dwp
Igor Kudrin 5125685e91 [llvm-dwp] Fix a possible out of bound access.
llvm-dwp did not check section identifiers read from input files.
In the case of an unexpected identifier, the calculated index for
Contributions[] pointed outside the array. This fix avoids the issue
by skipping unsupported identifiers.

Differential Revision: https://reviews.llvm.org/D76543
2020-04-06 14:31:00 +07:00
..
Inputs [llvm-dwp] Abort when dwo_id is unset 2019-02-12 15:01:07 +00:00
X86 [llvm-dwp] Fix a possible out of bound access. 2020-04-06 14:31:00 +07:00