linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #00725
[Bug 556853] [NEW] Its not possible to share a whole drive in random cases
Public bug reported:
The problem hits 0.67x and is because the FileFindIter class does not
like if the given path is a root folder of a drive. If it created by
passing a <drive:>\ like (or any other invalid) format to the
constructor then the DirData structure member functions' retrurning
values are computed on random memory content. isHidden() returns mostly
false but not always as many reported :)
The attached patch can solve the problem, and with a quick look to the
non-win32 part of the FileFindIter class, I think it should not hurt the
*nix side, either.
** Affects: dcplusplus
Importance: High
Status: Confirmed
** Affects: strongdc
Importance: Undecided
Status: New
--
Its not possible to share a whole drive in random cases
https://bugs.launchpad.net/bugs/556853
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to DC++.
Status in DC++: Confirmed
Status in StrongDC++: New
Bug description:
The problem hits 0.67x and is because the FileFindIter class does not like if the given path is a root folder of a drive. If it created by passing a <drive:>\ like (or any other invalid) format to the constructor then the DirData structure member functions' retrurning values are computed on random memory content. isHidden() returns mostly false but not always as many reported :)
The attached patch can solve the problem, and with a quick look to the non-win32 part of the FileFindIter class, I think it should not hurt the *nix side, either.
Follow ups
-
[Bug 556853] Re: Its not possible to share a whole drive in random cases
From: poy, 2010-05-16
-
[Bug 556853] Re: Its not possible to share a whole drive in random cases
From: eMTee, 2010-05-09
-
[Bug 556853] Re: Its not possible to share a whole drive in random cases
From: Big Muscle, 2010-05-08
-
[Bug 556853] Re: Its not possible to share a whole drive in random cases
From: poy, 2010-05-08
-
[Bug 556853] Re: Its not possible to share a whole drive in random cases
From: eMTee, 2010-04-16
-
[Bug 556853] Re: Its not possible to share a whole drive in random cases
From: Big Muscle, 2010-04-16
-
[Bug 556853] Re: Its not possible to share a whole drive in random cases
From: eMTee, 2010-04-09
-
[Bug 556853] Re: Its not possible to share a whole drive in random cases
From: Big Muscle, 2010-04-09
-
[Bug 556853] Re: Its not possible to share a whole drive in random cases
From: eMTee, 2010-04-07
-
[Bug 556853] Re: Its not possible to share a whole drive in random cases
From: Big Muscle, 2010-04-07
-
[Bug 556853] Re: Its not possible to share a whole drive in random cases
From: eMTee, 2010-04-06
-
[Bug 556853] Re: Its not possible to share a whole drive in random cases
From: eMTee, 2010-04-06
-
[Bug 556853] [NEW] Its not possible to share a whole drive in random cases
From: eMTee, 2010-04-06
References