On 12/30/2017 12:46 PM, Daniel van Gerpen wrote:
> 
> 
> When the code interpolates the contents of response files, the
> argument vector is reallocated to the new size. This only works
> if it was dynamically allocated once before -- we do not want to
> mess with the argv memory given to us by the init code.
> 
> The code tried to detect this with a flag, but that was never
> written to, leading to multiple dynamic allocations -- one
> for each response file.
> ---
>  libiberty/argv.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
THanks.  I created a suitable ChangeLog entry and committed your patch
to the trunk.

Jeff

Reply via email to