Open
Bug 77452
Opened 24 years ago
Updated 7 years ago
possible race condition in nsLDAPAutoCompleteSession
Categories
(Directory :: LDAP XPCOM SDK, defect, P2)
Directory
LDAP XPCOM SDK
Tracking
(Not tracked)
NEW
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•23 years ago
|
Target Milestone: mozilla0.9.2 → mozilla1.0
Reporter | ||
Updated•23 years ago
|
Target Milestone: mozilla1.0 → mozilla0.9.9
Updated•23 years ago
|
Target Milestone: mozilla0.9.9 → mozilla1.0
Updated•23 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•16 years ago
|
||
Filter on "Nobody_NScomTLD_20080620"
Assignee: nobody → dmose
QA Contact: olgac → xpcom
Reporter | ||
Updated•7 years ago
|
Assignee: dmose → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•