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

Re: svn_client_delete4 can segfault

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 08 Dec 2011 11:23:40 +0000

Stefan Küng <tortoisesvn_at_gmail.com> writes:

> from a few crash reports sent in for TSVN I was finally able to pin
> down the problem:
>
> in libsvn_client\delete.c, line 240 there's a call
> repos_relpath = svn_uri__is_child(repos_root, uri, pool);
>
> but that can return NULL.
> further below then that repos_relpath is passed to svn_ra_check_path
> which then segfaults.

Easy to reproduce, I've raised issue 4074:
http://subversion.tigris.org/issues/show_bug.cgi?id=4074

-- 
uberSVN: Apache Subversion Made Easy
http://www.uberSVN.com
Received on 2011-12-08 12:24:20 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.