diff options
author | Luca Deri <deri@ntop.org> | 2019-07-18 11:38:16 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-07-18 11:38:16 +0200 |
commit | b50635cb89927b7f80cee81571f1b8b1f53ae939 (patch) | |
tree | 5126af562b7ce365cc9c26b334597ddb2211cedc /src | |
parent | cbb31fa2041f6da59abdc9e470cafa7e2630b388 (diff) |
Renamed ndpi_util.c -> reader_util.c
Added crash fix with IPv6
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ndpi_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
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'; |