X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Sun, 6 Apr 2008 19:09:36 -0400 Message-Id: <200804062309.m36N9aII024857@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <200804070051.45558.juan.guerrero@gmx.de> (message from Juan Manuel Guerrero on Mon, 7 Apr 2008 00:51:44 +0200) Subject: Re: Implementation of [v]as[n]printf() family of functions. References: <200804062347 DOT 42980 DOT juan DOT guerrero AT gmx DOT de> <200804062219 DOT m36MJ8dK023662 AT envy DOT delorie DOT com> <200804070051 DOT 45558 DOT juan DOT guerrero AT gmx DOT de> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I do not understand this. The pointer is uninitialized. > strbuf=malloc() happens in asnprintf(). Ah, sorry. Then the comment should be something like "Pointer to the buffer allocated by vasnprintf".