Re: [PATCH 0/2] Cleanups of improper use of memory allocation APIs

2024-10-29 Thread Ján Tomko
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

[PATCH 0/2] Cleanups of improper use of memory allocation APIs

2024-10-25 Thread Peter Krempa
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