2 Commits

Author SHA1 Message Date
Tobias Stoeckmann
0bebad35cf fuzzing: Fix fuzz_special_dirs
Always NUL-terminate the data, which g_file_get_contents does as well.
This fixes unnecessary fuzzer warnings.

For further clarification of this requirement, rename the internally
used function.

Fixes: #3783
2025-09-16 10:28:14 +02:00
Tobias Stoeckmann
ed594d819e fuzzing: add special dirs fuzzing test
Split custom user-dirs.dirs parser into its own gutilsprivate.c file
for easier fuzzing support and add a fuzzing test.
2025-09-16 00:08:17 +02:00