Check query strings of query-style lookups for quoting. Bug 2850
[exim.git] / src / src / routers / dnslookup.c
index 977b58d4536b8283540a11bbd177608ecc3901b0..807191b916be85e4ccb006f46403ca7af06ea3d8 100644 (file)
@@ -456,7 +456,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), FALSE);
+addr->host_list = store_get(sizeof(host_item), GET_UNTAINTED);
 addr->host_list[0] = h;
 
 /* Fill in the transport and queue the address for delivery. */