Closed
Bug 77452
Opened 24 years ago
Closed 9 months ago
possible race condition in nsLDAPAutoCompleteSession
Categories
(Directory Graveyard :: LDAP XPCOM SDK, defect, P2)
Directory Graveyard
LDAP XPCOM SDK
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
mozilla1.2
People
(Reporter: dmosedale, Unassigned)
References
Details
If a search is done which returns a lot of entries, OnStopLookup is called, and
then OnStartLookup is called, the second result set could potentially contain
some leftover results that are actually from the first search. Once the
nsLDAPService patch lands, we'll be able to associate messages with the
operation they came from, which will allow this to be fixed.
| Reporter | ||
Updated•24 years ago
|
Updated•24 years ago
|
Priority: -- → P3
Target Milestone: --- → mozilla0.9.2
| Reporter | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.2 → mozilla1.0
| Reporter | ||
Updated•24 years ago
|
Target Milestone: mozilla1.0 → mozilla0.9.9
Updated•24 years ago
|
Target Milestone: mozilla0.9.9 → mozilla1.0
Updated•24 years ago
|
Target Milestone: mozilla1.0 → mozilla1.2
| Reporter | ||
Comment 2•18 years ago
|
||
Assigning bugs that I'm not actively working on back to nobody; use SearchForThis as a search term if you want to delete all related bugmail at once.
Assignee: dmose → nobody
Status: ASSIGNED → NEW
Comment 3•17 years ago
|
||
Filter on "Nobody_NScomTLD_20080620"
Assignee: nobody → dmose
QA Contact: olgac → xpcom
| Reporter | ||
Updated•8 years ago
|
Assignee: dmose → nobody
Updated•9 months ago
|
Status: NEW → RESOLVED
Closed: 9 months ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•