mbox series

[v2,0/2] elf2dmp: fixes of code analysis warnings

Message ID 20230930235317.11469-1-viktor@daynix.com
Headers show
Series elf2dmp: fixes of code analysis warnings | expand

Message

Viktor Prutyanov Sept. 30, 2023, 11:53 p.m. UTC
This series tries to fix Coverity warnings.

v2: fix commit authorship, add CIDs

Viktor Prutyanov (2):
  elf2dmp: limit print length for sign_rsds
  elf2dmp: check array bounds in pdb_get_file_size

 contrib/elf2dmp/main.c |  2 +-
 contrib/elf2dmp/pdb.c  | 13 +++++++++----
 2 files changed, 10 insertions(+), 5 deletions(-)

Comments

Akihiko Odaki Oct. 5, 2023, 5:20 a.m. UTC | #1
On 2023/10/01 8:53, Viktor Prutyanov wrote:
> This series tries to fix Coverity warnings.
> 
> v2: fix commit authorship, add CIDs
> 
> Viktor Prutyanov (2):
>    elf2dmp: limit print length for sign_rsds
>    elf2dmp: check array bounds in pdb_get_file_size
> 
>   contrib/elf2dmp/main.c |  2 +-
>   contrib/elf2dmp/pdb.c  | 13 +++++++++----
>   2 files changed, 10 insertions(+), 5 deletions(-)
> 

For the whole series,
Reviewed-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Peter Maydell Oct. 16, 2023, 4:35 p.m. UTC | #2
On Sun, 1 Oct 2023 at 00:53, Viktor Prutyanov <viktor@daynix.com> wrote:
>
> This series tries to fix Coverity warnings.
>
> v2: fix commit authorship, add CIDs

Applied to target-arm.next (since I took the last set of
elf2dmp patches), thanks.

-- PMM