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

Viktor Prutyanov posted 2 patches 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230930235317.11469-1-viktor@daynix.com
Maintainers: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
contrib/elf2dmp/main.c |  2 +-
contrib/elf2dmp/pdb.c  | 13 +++++++++----
2 files changed, 10 insertions(+), 5 deletions(-)
[PATCH v2 0/2] elf2dmp: fixes of code analysis warnings
Posted by Viktor Prutyanov 7 months ago
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(-)

-- 
2.21.0
Re: [PATCH v2 0/2] elf2dmp: fixes of code analysis warnings
Posted by Peter Maydell 6 months, 2 weeks ago
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
Re: [PATCH v2 0/2] elf2dmp: fixes of code analysis warnings
Posted by Akihiko Odaki 7 months ago
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>