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

Re: svn commit: rev 1287 - trunk/subversion/libsvn_wc

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2002-02-15 10:42:45 CET

On Fri, Feb 15, 2002 at 02:04:12AM +0000, Philip Martin wrote:
> > - if (ap)
> > - {
> > - const char *remove_me;
> > - while ((remove_me = va_arg (ap, const char *)) != NULL)
> > - apr_hash_set (entry->attributes, remove_me, APR_HASH_KEY_STRING, NULL);
> > - }
> > + while ((remove_me = va_arg (ap, const char *)) != NULL)
> > + apr_hash_set (entry->attributes, remove_me, APR_HASH_KEY_STRING, NULL);
> >
> > /* Make sure the entry exists in the entries hash. Possibly it
> > already did, in which case this could have been skipped, but what
>
> Breaks on Linux/gcc, it segfaults on svn up, make check, etc. It
> appears to be whenever ap is NULL on entry to this function.

Sorry about that :( Stupidly I only 'make check'ed this locally with a
non-fs build too...

joe

---------------------------------------------------------------------
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:37:08 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.