Closed
Bug 2571
Opened 26 years ago
Closed 26 years ago
PL_Hash table doesn't correctly handle collisions
Categories
(NSPR :: NSPR, defect, P2)
Tracking
(Not tracked)
CLOSED
INVALID
People
(Reporter: tague, Assigned: srinivas)
Details
the PL_HashTable implementation doesn't correctly handle collisions (when two
keys hash to the same bucket). PL_HashTable will write over the old element
with the new element, and leak the old element.
Updated•26 years ago
|
Assignee: wtc → srinivas
Comment 1•26 years ago
|
||
NSPR bugs should be assigned to the module
owner Srinivas.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
D'oh. I found what the problem was, and it wasn't in NSPR.
I need to get more sleep. sorry.
Updated•26 years ago
|
Status: RESOLVED → CLOSED
Comment 3•26 years ago
|
||
Closed the bug.
Comment 4•26 years ago
|
||
NSPR now has its own Bugzilla product. Moving this bug to the NSPR product.
You need to log in
before you can comment on or make changes to this bug.
Description
•