Track tainted data and refuse to expand it
[exim.git] / src / src / routers / dnslookup.c
index 33939be4c26cc0c30d337a15c9376e61a6286e00..2471f2fb7884cce90b19df95d3902c1642115240 100644 (file)
@@ -468,7 +468,7 @@ if (rc != OK) return rc;
 /* Get store in which to preserve the original host item, chained on
 to the address. */
 
-addr->host_list = store_get(sizeof(host_item));
+addr->host_list = store_get(sizeof(host_item), FALSE);
 addr->host_list[0] = h;
 
 /* Fill in the transport and queue the address for delivery. */