[PATCH qemu 0/1] Elf2dmp: Conversion of conversions of malloc/calloc/free to g_malloc/g_new/g_free

~h0lyalg0rithm posted 1 patch 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/169633865224.24639.8449528816550514313-0@git.sr.ht
Maintainers: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
There is a newer version of this series
contrib/elf2dmp/addrspace.c | 4 ++--
contrib/elf2dmp/main.c      | 4 ++--
contrib/elf2dmp/pdb.c       | 4 ++--
contrib/elf2dmp/qemu_elf.c  | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
[PATCH qemu 0/1] Elf2dmp: Conversion of conversions of malloc/calloc/free to g_malloc/g_new/g_free
Posted by ~h0lyalg0rithm 7 months ago
Based on this issue https://gitlab.com/qemu-project/qemu/-/issues/1798
g_new is used where I think it is applicable and a struct is well
defined.

Suraj Shirvankar (1):
  Switch memory management calls to new coding conventions

 contrib/elf2dmp/addrspace.c | 4 ++--
 contrib/elf2dmp/main.c      | 4 ++--
 contrib/elf2dmp/pdb.c       | 4 ++--
 contrib/elf2dmp/qemu_elf.c  | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

-- 
2.38.5