Check query strings of query-style lookups for quoting. Bug 2850
[exim.git] / src / src / child.c
index 07115bee43863bca0b98eec4733346821fedd938..38b9d32fad97907f0091e3dbcbdd9ed2a23eebb3 100644 (file)
@@ -76,7 +76,7 @@ int n = 0;
 int extra = pcount ? *pcount : 0;
 uschar **argv;
 
-argv = store_get((extra + acount + MAX_CLMACROS + 24) * sizeof(char *), FALSE);
+argv = store_get((extra + acount + MAX_CLMACROS + 24) * sizeof(char *), GET_UNTAINTED);
 
 /* In all case, the list starts out with the path, any macros, and a changed
 config file. */