[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: problem in log cache

From: <Stefan.Fuhrmann_at_etas.com>
Date: Tue, 11 Nov 2008 12:39:15 +0100

Stefan Küng <tortoisesvn_at_gmail.com> wrote:

> Please have a look at StringDictionary.cpp, line 229:
>
> void CStringDictionary::Clear()
> {
> packedStrings.clear();
> packedStringsStart = &packedStrings.at(0);
> offsets.clear();
> hashIndex.clear();
>
> Initialize();
> }
>
>
> The line
> packedStringsStart = &packedStrings.at(0);
> always crashes, because packeStrings was cleared the line before, and
> the .at(0) then accesses a nothing...

*blush* Fixed in r14581.

-- Stefan^2.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: dev-help_at_tortoisesvn.tigris.org
Received on 2008-11-11 12:39:53 CET

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.