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<viktor.prutya...@redhat.com> --- contrib/elf2dmp/qemu_elf.c | 53 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~