possible crash in svn_client_uuid_from_path
From: SteveKing <steveking_at_gmx.ch>
Date: 2005-06-23 19:22:35 CEST
Hi,
An analysis of a crashreport sent in for TSVN I discovered that
TSVN calls this function like this:
svn_wc_adm_access_t *adm_access;
with UUID being 'const char **' and target being a path to a local
Now, this is how the crash occurs:
{
SVN_ERR (svn_wc_entry (&entry, path, adm_access,
if (! entry)
if (entry->uuid)
return SVN_NO_ERROR;
The problem is that for certain paths (nested layout), the function uses
svn_client_uuid_from_url() (ra.c: line 308)
All this with Subversion 1.2.
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 23 19:27:32 2005
|
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.