This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH to libiberty/argv.c
- From: DJ Delorie <dj at redhat dot com>
- To: gdr at integrable-solutions dot net
- Cc: gcc-patches at gcc dot gnu dot org, ian at airs dot com
- Date: Wed, 13 Apr 2005 10:13:51 -0400
- Subject: Re: PATCH to libiberty/argv.c
- References: <m31x9fdsfq.fsf@uniton.integrable-solutions.net>
> 2005-04-13 Gabriel Dos Reis <gdr@integrable-solutions.net>
>
> * argv.c (dupargv): Mallocate space of argv[argc], not
> sizeof(char *) of that amuont. Cast result to char *.
Ok.