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

Re: segfault in propget-cmd.c

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-11-08 17:19:45 CET

cmpilato@collab.net writes:

> > - for (hi = apr_hash_first(pool, props); hi; apr_hash_next(hi))
> > + for (hi = apr_hash_first(pool, props); hi; hi = apr_hash_next(hi))

In my extreme paranoia, I did an emacs tags-search for
'apr_hash_next', and found no other instances that lack assignment.
Phew. :-)

---------------------------------------------------------------------
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:48 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.