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

Re: Segfault during "svn info"

From: Stefan Sperling <stsp_at_elego.de>
Date: Sun, 16 Nov 2008 19:48:00 +0000

On Sun, Nov 16, 2008 at 08:05:35PM +0100, Jens Seidel wrote:
> On Sun, Nov 16, 2008 at 05:36:48PM +0000, Stefan Sperling wrote:
> > Jens, can you try this patch?
> >
> > Index: subversion/libsvn_subr/dirent_uri.c
> > /* Found a hostname, check that it's all lowercase. */
> > ptr = seg;
> > - while (*ptr != '/')
> > + while (*ptr && *ptr != '/')
>
> Yep, this seems indeed to fix all related issues I noticed. Thanks a lot!

Thanks for testing. r34233.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-11-16 20:48:16 CET

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.