[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] fix core and make tests pass

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-01-07 18:52:41 CET

Philip Martin <philip@codematters.co.uk> writes:

> The client creates two unitialised pointers, and passes the address of
> these pointers into a function that will set the pointers. Sometimes
> the function fails to do that and the pointers remain unitialised. If
> you initialise them before passing them in you fix the problem here,
> but if the function ever gets called anywhere else you will have to
> remember to initialise them there as well. If you initialise them
> inside the function it only needs to be done in one place.

Yeah, duh, thanks. :-) I realized what you were saying right after
I sent my last mail, heh.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:55 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.