aboutsummaryrefslogtreecommitdiffstats
path: root/tools/oss-fuzzshark
diff options
context:
space:
mode:
Diffstat (limited to 'tools/oss-fuzzshark')
-rw-r--r--tools/oss-fuzzshark/fuzzshark.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/oss-fuzzshark/fuzzshark.c b/tools/oss-fuzzshark/fuzzshark.c
index a700d5f039..08a2a79e6b 100644
--- a/tools/oss-fuzzshark/fuzzshark.c
+++ b/tools/oss-fuzzshark/fuzzshark.c
@@ -175,6 +175,11 @@ fuzz_init(int argc _U_, char **argv)
g_setenv("WIRESHARK_DEBUG_WMEM_OVERRIDE", "simple", 0);
g_setenv("G_SLICE", "always-malloc", 0);
+ fprintf(stderr, "test it\n");
+ fprintf(stderr, "g_home=%s\n", g_get_home_dir());
+ fprintf(stderr, "g_user_data=%s\n", g_get_user_data_dir());
+ fprintf(stderr, "g_cache_dir=%s\n", g_get_user_cache_dir());
+
cmdarg_err_init(failure_warning_message, failure_message_cont);
/*