Check query strings of query-style lookups for quoting. Bug 2850
[exim.git] / src / src / routers / manualroute.c
index e3ef1eadb8fe8019949a6452b7e27133ddeab96a..12d87a6898814ee6389c22e08433632ab0b94887 100644 (file)
@@ -399,7 +399,7 @@ if (transport && transport->info->local)
   if (hostlist[0])
     {
     host_item *h;
-    addr->host_list = h = store_get(sizeof(host_item), FALSE);
+    addr->host_list = h = store_get(sizeof(host_item), GET_UNTAINTED);
     h->name = string_copy(hostlist);
     h->address = NULL;
     h->port = PORT_NONE;