Problem that may cause constant rehashing
Bug #606435 reported by
vasily.n
This bug affects 2 people
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| DC++ |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
I'm contributor in EiskaltDC++ 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:
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://
I made a changes in our version and the problem was solved.
So I'm glad to share our experience with the original.
| summary: |
- vulnerability which may cause constant rehashing + Problem that may cause constant rehashing |
| security vulnerability: | yes → no |
| visibility: | private → public |
| description: | updated |
| Changed in dcplusplus: | |
| status: | New → Fix Committed |
To post a comment you must log in.

setting this to private until we manage to have a closer look at it