You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/contrib/elf2dmp
lu zhipeng 4bb5923605 elf2dmp: free memory in failure
The 'kdgb' is allocating memory in get_kdbg(), but it is not freed in
error path. So fix that.

Signed-off-by: lu zhipeng <luzhipeng@cestc.cn>
Reviewed-by: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20221007020128.760-1-luzhipeng@cestc.cn>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2 years ago
..
addrspace.c elf2dmp: Rename PAGE_SIZE to ELF2DMP_PAGE_SIZE 4 years ago
addrspace.h elf2dmp: Rename PAGE_SIZE to ELF2DMP_PAGE_SIZE 4 years ago
download.c elf2dmp: Check curl_easy_setopt() return value 3 years ago
download.h contrib: add elf2dmp tool 6 years ago
err.h contrib: add elf2dmp tool 6 years ago
kdbg.h contrib/elf2dmp: fix structures definitions 6 years ago
main.c elf2dmp: free memory in failure 2 years ago
meson.build meson: build contrib/ executables after generated headers 3 years ago
pdb.c elf2dmp: Fail cleanly if PDB file specifies zero block_size 3 years ago
pdb.h contrib/elf2dmp: fix structures definitions 6 years ago
pe.h contrib/elf2dmp: fix structures definitions 6 years ago
qemu_elf.c contrib/elf2dmp: add ELF dump header checking 3 years ago
qemu_elf.h Clean up a few header guard symbols 6 years ago