Most of the objects fields are initialized later individually and the
rest SHOULD not matter. But it is better to be safe than sorry in this
area.
Detected by Coverity Scan. Issue 740505.
struct wccp2_router_list_t *router_list_ptr;
- struct wccp2_security_md5_t wccp2_security_md5;
-
debugs(80, 5, "wccp2Init: Called");
if (wccp2_connected == 1)
return;
}
+ struct wccp2_security_md5_t wccp2_security_md5;
+ memset(&wccp2_security_md5, 0, sizeof(wccp2_security_md5));
+
/* Initialise the list of services */
wccp2InitServices();