Peter Krempa bb4bd9d31f Replace improper use of g_malloc(0) with g_new0
Completely remove use of g_malloc (without zeroing of the allocated
memory) and forbid further use.

Replace use of g_malloc0 in cases where the variable holding the pointer
has proper type.

In all of the above cases we can use g_new0 instead.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2024-11-01 15:52:18 +01:00
..
2024-09-24 08:24:00 +02:00
2023-04-06 15:39:37 +02:00
2023-04-06 12:48:22 +02:00
2023-04-06 12:48:22 +02:00
2024-03-21 14:42:20 +01:00
2022-06-16 06:43:57 +02:00
2022-06-16 06:43:57 +02:00
2022-06-16 06:43:57 +02:00
2024-10-03 13:29:26 +02:00
2024-10-03 13:29:26 +02:00
2022-06-16 06:43:57 +02:00
2022-06-16 06:43:57 +02:00
2021-11-23 12:51:09 +01:00
2022-06-16 06:43:57 +02:00
2022-02-01 17:19:23 +01:00
2024-10-03 13:29:26 +02:00
2023-12-14 17:10:22 +01:00
2023-08-03 16:35:11 +02:00