diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2025-06-22 20:43:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-22 20:43:16 +0200 |
commit | 6cbc8d1471be221766fac49ed73f5b0e837917be (patch) | |
tree | bbaaecd03342ab4ca3eb691e11f636cb0d815500 /example/reader_util.c | |
parent | 183b3be8be6331bb720939cf128b10bcf5f1b570 (diff) |
fuzz: fuzz loading of external protocols lists (#2897)
Diffstat (limited to 'example/reader_util.c')
-rw-r--r-- | example/reader_util.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/example/reader_util.c b/example/reader_util.c index 37db86990..e27981ca0 100644 --- a/example/reader_util.c +++ b/example/reader_util.c @@ -85,8 +85,7 @@ u_int8_t enable_doh_dot_detection = 0; extern bool do_load_lists; extern int malloc_size_stats; extern int monitoring_enabled; - -char *protocolsDirPath; +extern char *protocolsDirPath; /* ****************************************************** */ |