Track tainted data and refuse to expand it
[exim.git] / src / src / child.c
index e53e448ed09539085631aad439bf878c997fa42d..d3cd88201d46c5422588e11e894a10d4996af718 100644 (file)
@@ -75,7 +75,7 @@ int n = 0;
 int extra = pcount ? *pcount : 0;
 uschar **argv;
 
-argv = store_get((extra + acount + MAX_CLMACROS + 18) * sizeof(char *));
+argv = store_get((extra + acount + MAX_CLMACROS + 18) * sizeof(char *), FALSE);
 
 /* In all case, the list starts out with the path, any macros, and a changed
 config file. */