mbox series

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

Message ID 169633865224.24639.8449528816550514313-0@git.sr.ht
Headers show
Series Elf2dmp: Conversion of conversions of malloc/calloc/free to g_malloc/g_new/g_free | expand

Message

~h0lyalg0rithm Oct. 3, 2023, 1:10 p.m. UTC
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(-)