mbox series

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

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

Message

Viktor Prutyanov Sept. 30, 2023, 11:39 p.m. UTC
This series is dedicated to fixes of Coverity warnings.

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(-)