Sorry. I forgot the version.
The version is TortoiseSVN-1.4.99.10195-dev-win32-svn-1.5.0dev.msi
Regards.
Masaru.
2007/7/22, masaru tsuchiyama <m.tmatma@gmail.com>:
> I found a bug on Revision Graph.
> It crashes when showing the log message which is written in Japanese.
>
> The crash happens at the below code in CRevisionGraphWnd::OnToolTipNotify.
> if (rentry->tagNames.empty())
> {
> strTipText.Format(IDS_REVGRAPH_BOXTOOLTIP,
> rentry->revision,
> rentry->realPath.GetPath().c_str(),
> revisionInfo.GetAuthor(index),
> date,
> revisionInfo.GetComment(index).c_str());
> }
>
> At the time, revisionInfo.GetComment(index).c_str() is an endless string,
> It has no \0 termination.
>
> And I attach a repository dumpfile which can reproduce the crash.
> If you move the mouse cursor to revision 1, "Revision Graph" crashes.
>
> Regards.
> Masaru.
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sun Jul 22 06:27:24 2007