On a Friday in 2024, Peter Krempa wrote:
>Peter Krempa (2):
> Replace improper use of g_malloc(0) with g_new0
> virstring: Use 'g_new0' instead of improper use of 'g_malloc0_n'
>
> build-aux/syntax-check.mk | 4 ++--
> src/util/virpcivpd.c | 6 +++---
> src/util/virstring.c | 4 +---
> tools/wireshark/src/packet-libvirt.c | 2 +-
> 4 files changed, 7 insertions(+), 9 deletions(-)
>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Jano