Re: [PATCH v2] contrib/elf2dmp: add ELF dump header checking

2022-05-21 Thread Paolo Bonzini
Queued, thanks. Paolo

Re: [PATCH v2] contrib/elf2dmp: add ELF dump header checking

2022-05-20 Thread Richard Henderson
On 5/20/22 01:43, Viktor Prutyanov wrote: Add ELF header checking to prevent processing input file which is not QEMU x86_64 guest memory dump or even not ELF. Resolves:https://gitlab.com/qemu-project/qemu/-/issues/1013 Signed-off-by: Viktor Prutyanov --- contrib/elf2dmp/qemu_elf.c | 53 ++

[PATCH v2] contrib/elf2dmp: add ELF dump header checking

2022-05-20 Thread Viktor Prutyanov
Add ELF header checking to prevent processing input file which is not QEMU x86_64 guest memory dump or even not ELF. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1013 Signed-off-by: Viktor Prutyanov --- contrib/elf2dmp/qemu_elf.c | 53 ++ 1 file ch