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

Re: Another 1.4 release critical bug

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2006-08-03 15:34:26 CEST

Garrett Rooney wrote:
> +/* Walk the list of pools upward from POOL until we hit the global pool,
> + and return it. */
> +static apr_pool_t *
> +find_global_pool(apr_pool_t *pool)
> +{
> + for (;;)
> + {

I was going to say that I think we tend to use "while (1)" instead of "for
(;;)", but it turns we use both quite a bit. *Shrug*.

-- 
C. Michael Pilato <cmpilato@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on Thu Aug 3 15:35:59 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.