Track tainted data and refuse to expand it
[exim.git] / src / src / routers / ipliteral.c
index ecc60427891495725ad3fb2e2e8317d91a487938..fb25e695b0b85c705dad3a33f19aab9e597407f6 100644 (file)
@@ -149,7 +149,7 @@ if (verify_check_this_host(CUSS&rblock->ignore_target_hosts,
 
 /* Set up a host item */
 
-h = store_get(sizeof(host_item));
+h = store_get(sizeof(host_item), FALSE);
 
 h->next = NULL;
 h->address = string_copy(ip);