Open
Bug 109776
Opened 23 years ago
Updated 3 years ago
Document PL_HashTableLookupConst
Categories
(NSPR :: NSPR, defect)
Tracking
(Not tracked)
NEW
Future
People
(Reporter: wtc, Unassigned)
Details
The new function PL_HashTableLookupConst is not documented.
Reporter | ||
Comment 1•23 years ago
|
||
In particular, we need to add a warning that PL_HashTableLookup
must not be called from a PLHashEnumerator callback function.
PL_HashTableLookup reorders the hash entries to speed up future
lookups, which screws up the hash table enumeration.
If one needs to look up hash entries from a PLHashEnumerator
callback function, PL_HashTableLookupConst should be used instead.
Status: NEW → ASSIGNED
Reporter | ||
Updated•23 years ago
|
Priority: -- → P2
Target Milestone: --- → Future
Updated•18 years ago
|
QA Contact: wtchang → nspr
Comment 2•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months and this bug has priority 'P2'.
:KaiE, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: wtc → nobody
Status: ASSIGNED → NEW
Flags: needinfo?(kaie)
Updated•3 years ago
|
Severity: normal → S4
Flags: needinfo?(kaie)
Priority: P2 → --
You need to log in
before you can comment on or make changes to this bug.
Description
•