From 6cbc8d1471be221766fac49ed73f5b0e837917be Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Sun, 22 Jun 2025 20:43:16 +0200 Subject: fuzz: fuzz loading of external protocols lists (#2897) --- example/ndpiReader.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'example/ndpiReader.c') 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; -- cgit v1.2.3