Files
cproof/tests/unittests
Michael Vetter e1fd2a1cf6 refactor: replace calloc with g_new0 for struct allocations
Migrate structure allocations from calloc to glibs g_new0 macro to
improve type safety and memory robustness.

* Type Safety: The macro takes the type name directly, ensuring the
  allocated size always matches the pointer type.
* Static Analysis: It guarantees a non-NULL return by aborting on
  failure, which silences -fanalyzer warnings regarding potential NULL
  pointer dereferences.
* Readability: Removes redundant sizeof() calls and is the glib way
2026-02-26 19:06:39 +01:00
..
2025-08-06 15:52:33 +02:00
2025-08-06 15:52:33 +02:00
2026-02-20 16:13:31 +01:00
2025-08-06 15:52:33 +02:00
2025-08-06 15:52:33 +02:00
2024-08-05 12:14:09 +02:00
2025-08-06 15:52:33 +02:00
2025-08-06 15:52:33 +02:00
2025-08-06 15:52:33 +02:00
2020-07-07 14:18:57 +02:00
2020-07-07 14:18:57 +02:00
2020-07-07 14:18:57 +02:00
2025-08-06 15:52:33 +02:00
2020-07-07 14:18:57 +02:00
2020-07-07 14:18:57 +02:00
2020-07-07 14:18:57 +02:00
2020-07-07 14:18:57 +02:00
2025-08-06 15:52:33 +02:00
2020-07-07 14:18:57 +02:00
2025-08-06 15:52:33 +02:00
2020-07-07 14:18:57 +02:00
2025-08-06 15:52:33 +02:00
2020-07-07 14:18:57 +02:00
2020-07-07 14:18:57 +02:00
2025-08-06 15:52:33 +02:00
2020-07-07 14:18:57 +02:00
2025-08-06 15:52:33 +02:00
2020-07-07 14:18:57 +02:00
2025-08-06 15:52:33 +02:00
2020-07-07 14:18:57 +02:00
2025-08-06 15:52:33 +02:00
2020-07-07 14:18:57 +02:00
2025-08-06 15:52:33 +02:00
2020-07-07 14:18:57 +02:00
2025-08-06 15:52:33 +02:00
2025-08-06 15:52:33 +02:00
2020-07-07 14:18:57 +02:00
2020-07-07 14:18:57 +02:00
2020-07-07 14:18:57 +02:00
2020-07-07 14:18:57 +02:00