crash in latest release
From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 09 Oct 2012 21:49:42 +0200
Hi,
Just got the first crash report for the TSVN 1.7.10 release (svn 1.7.7).
Problem in libsvn_subr/win32_crypto.c, function
...
now here the check is for the pointer, not the actual bool value.
trunk and 1.7.x have the same bug, even though on trunk the code before
I think this needs to change to:
if (!*done)
I'm thinking of removing the latest TSVN release from the download
Stefan
-- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest Interface to (Sub)Version Control /_/ \_\ http://tortoisesvn.netReceived on 2012-10-09 21:50:19 CEST |
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.