Taint: check on supplied buffer vs. list when extracting elements
[exim.git] / src / src / transports / pipe.c
index 6a7f150ac248847f5ce1a394720a89c391a44f2b..27422bd4275253faff52eec52ed1039d011d3382 100644 (file)
@@ -678,7 +678,7 @@ if (envlist)
     return FALSE;
     }
 
-while ((ss = string_nextinlist(&envlist, &envsep, big_buffer, big_buffer_size)))
+while ((ss = string_nextinlist(&envlist, &envsep, NULL, 0)))
    {
    if (envcount > nelem(envp) - 2)
      {