linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #01550
[Bug 606435] [NEW] vulnerability which may cause constant rehashing
Public bug reported:
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.
** Affects: dcplusplus
Importance: Undecided
Status: New
--
vulnerability which 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 subscribed to DC++.
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.
Follow ups
References