[TSVN] svn_client_lock() sefaults with empty paths
From: Stefan Küng <steveking_at_gmx.ch>
Date: 2005-08-15 20:21:33 CEST
Hi,
Crashreport analyze time for TSVN again ;)
While doing that, I found that svn_client_lock() segfaults if the first
I know I should not call svn_client_lock() if there's nothing to lock at
The reason for the crash:
svn_path_condense_targets() returns NULL for 'common_parent' without an
if (apr_is_empty_array (rel_targets))
APR_ARRAY_PUSH (rel_targets, char *) = base_name;
Stefan
-- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest Interface to (Sub)Version Control /_/ \_\ http://tortoisesvn.tigris.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org For additional commands, e-mail: dev-help@tortoisesvn.tigris.orgReceived on Mon Aug 15 20:21:57 2005 |
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.