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

2023-10-16 Thread Peter Maydell
On Sun, 1 Oct 2023 at 00:53, Viktor Prutyanov 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

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

2023-10-04 Thread Akihiko Odaki
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/

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

2023-09-30 Thread Viktor Prutyanov
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 ins