segfault with new conflict resolver
From: Stefan Kueng <tortoisesvn_at_gmail.com>
Date: Sat, 28 Jan 2017 13:31:46 +0100
Hi,
trying out the new conflict resolver. Ran into a segfault on my first try:
libsvn_client\conflicts.c, function find_modified_rev():
if there is no author for a commit, then we get a segfault here:
/* No paths were changed in this revision. Nothing to do. */
details = apr_pcalloc(b->result_pool, sizeof(*details));
*** now 'author' is nullptr, and the next line crashes:
details->text_modified = svn_tristate_unknown;
Stefan
-- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest interface to (Sub)version control /_/ \_\ http://tortoisesvn.netReceived on 2017-01-28 13:31:59 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.