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/ndpiReader.c | |
parent | 183b3be8be6331bb720939cf128b10bcf5f1b570 (diff) |
fuzz: fuzz loading of external protocols lists (#2897)
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r-- | example/ndpiReader.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c index f18dd3361..63d05f9db 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -162,6 +162,8 @@ int malloc_size_stats = 0; int monitoring_enabled; +char *protocolsDirPath; + struct flow_info { struct ndpi_flow_info *flow; u_int16_t thread_id; |