Track tainted data and refuse to expand it
[exim.git] / src / src / routers / manualroute.c
index f7cca3a429bed7dc8814d834cb3ef3107112c3dc..c9ddd27862336b910e3ac4836f739d91447970d3 100644 (file)
@@ -401,7 +401,7 @@ if (transport && transport->info->local)
   if (hostlist[0])
     {
     host_item *h;
-    addr->host_list = h = store_get(sizeof(host_item));
+    addr->host_list = h = store_get(sizeof(host_item), FALSE);
     h->name = string_copy(hostlist);
     h->address = NULL;
     h->port = PORT_NONE;