Crash when merging
From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 16 Nov 2011 18:24:21 +0100
Hi,
A few crash reports for TSVN show a problem in libsvn_client\merge.c,
if (strcmp(prop->name, SVN_PROP_MERGEINFO) == 0)
SVN_ERR(svn_wc_get_pristine_props(&pristine_props,
if (apr_hash_get(pristine_props, SVN_PROP_MERGEINFO,
The svn_wc_get_pristine_props() sets pristine_props to NULL, which then
svn_wc_get_pristine_props() can set pristine_props to NULL and still
Checked the source of the svn trunk: the issue is still there. Haven't
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
Received on 2011-11-16 18:25:00 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.