This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [rfc] asprintf() -> xasprintf()


Richard Earnshaw wrote:
> 
> > Well, we did move GDB to ANSI, but I don't fell comfortable just assuming that
> > all free() implementations are already compliant.
> 
> You might have moved the source code you write to ANSI, but I bet you
> didn't move the system libraries.  You've really moved to freestanding
> ANSI.

That is correct.  An ANSI compiler is assumed.  Neither ANSI nor POSIX
libraries can be assumed.

	Andrew

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]