aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/http.c
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2022-05-30 00:54:17 +0200
committerLuca Deri <deri@ntop.org>2022-05-30 00:54:17 +0200
commit1da9f1a36fc2f60d8a2f13fca88a7675d327e3ad (patch)
treea31d58df13a16aa3f651a61186a32e7f5fa1f1e7 /src/lib/protocols/http.c
parentf25deeccb1ccbebd6346271828762fdd8326c32b (diff)
Updated tests results
Code cleanup
Diffstat (limited to 'src/lib/protocols/http.c')
-rw-r--r--src/lib/protocols/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/http.c b/src/lib/protocols/http.c
index 4788a4e52..9f1dd9cf5 100644
--- a/src/lib/protocols/http.c
+++ b/src/lib/protocols/http.c
@@ -715,7 +715,7 @@ static void check_content_type_and_change_protocol(struct ndpi_detection_module_
if(ndpi_is_valid_hostname(flow->host_server_name,
strlen(flow->host_server_name)) == 0) {
- char str[64];
+ char str[128];
snprintf(str, sizeof(str), "Invalid host %s", flow->host_server_name);
ndpi_set_risk(ndpi_struct, flow, NDPI_INVALID_CHARACTERS, str);