From 78751f8668065bc946e09b8a0553791f26b65eda Mon Sep 17 00:00:00 2001 From: dmiller Date: Thu, 22 Oct 2020 19:02:05 +0000 Subject: [PATCH] Ensure host_timeout is initialized --- NmapOps.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/NmapOps.cc b/NmapOps.cc index 25eeaba58..fab4ac3b8 100644 --- a/NmapOps.cc +++ b/NmapOps.cc @@ -257,6 +257,7 @@ void NmapOps::Initialize() { max_ips_to_scan = 0; extra_payload_length = 0; extra_payload = NULL; + host_timeout = 0; scan_delay = 0; open_only = false; scanflags = -1;