[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH qemu v3 0/1] Elf2dmp: Conversion of conversions of malloc/cal
From: |
Peter Maydell |
Subject: |
Re: [PATCH qemu v3 0/1] Elf2dmp: Conversion of conversions of malloc/calloc/free to g_malloc/g_new/g_free |
Date: |
Tue, 17 Oct 2023 14:34:53 +0100 |
On Tue, 17 Oct 2023 at 11:44, ~h0lyalg0rithm <h0lyalg0rithm@git.sr.ht> wrote:
>
> Remove NULL check for g_new changes
>
> Suraj Shirvankar (1):
> Switch memory management calls to new coding conventions
Hi; it looks like you forgot to remove some of the NULL-checks;
the ones for the g_malloc() changes also are redundant.
Rather than making you spin a v4 of this patch, I'm going
to take this patch in to my target-arm.next tree, and
make those minor fixes here.
PS: the email address for trivial patches is
qemu-trivial@nongnu.org, not trivial@.
Thanks for this code contribution!
-- PMM