← Back to team overview

linuxdcpp-team team mailing list archive

[Bug 606435] Re: Problem that may cause constant rehashing

 

** Summary changed:

- vulnerability which may cause constant rehashing
+ Problem that may cause constant rehashing

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

-- 
Problem that may cause constant rehashing
https://bugs.launchpad.net/bugs/606435
You received this bug notification because you are a member of
Dcplusplus-team, which is a direct subscriber.

Status in DC++: New

Bug description:
I'm contributor in EiscaltDC++ project and recently we were porting our project to win32/mingw.
So the problem was that after startup client entirely rehashed the share and every time I clicked
manual refresh. Carefull investigation revealed the fact that 
FileFindIter::getLastWriteTime != File::getLastModified for the same file! The problem was situated
in the File::convertTime method. I do not understand how it works in window client maybe due special
defines or compiler switches.
According to article 
http://msdn.microsoft.com/en-us/library/ms724284(v=VS.85).aspx 
I made a changes in our version and the problem was solved.

So I'm glad to share our experience with the original.





References