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

Re: Suspicious code in RepoBrowser

From: Konstantin Kolinko <knst.kolinko_at_gmail.com>
Date: Wed, 9 Feb 2011 15:50:24 +0300

2011/2/9 Dmitry <wipedout_at_yandex.ru>:
> Hey.
>
> Currently CRepositoryBrowser::AutoInsert() contains a line of code:
>
> while (currentPath != path);
>
> that doesn't make sense - it looks like either a no-op or an infinite loop depending on whether the two strings are equal.
>

That is not just a"while", but a "do .. while".

Best regards,
Konstantin Kolinko

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2703003

To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-02-09 13:50:31 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.