From b50635cb89927b7f80cee81571f1b8b1f53ae939 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Thu, 18 Jul 2019 11:38:16 +0200 Subject: Renamed ndpi_util.c -> reader_util.c Added crash fix with IPv6 --- src/lib/ndpi_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/ndpi_utils.c b/src/lib/ndpi_utils.c index 09954cfc8..52021a365 100644 --- a/src/lib/ndpi_utils.c +++ b/src/lib/ndpi_utils.c @@ -655,7 +655,7 @@ int ndpi_has_human_readeable_string(struct ndpi_detection_module_struct *ndpi_st if(buffer_size <= 0) return(0); - + outbuf_len--; outbuf[outbuf_len] = '\0'; -- cgit v1.2.3