Closed Bug 2571 Opened 26 years ago Closed 26 years ago

PL_Hash table doesn't correctly handle collisions

Categories

(NSPR :: NSPR, defect, P2)

x86
Windows NT
defect

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.
Assignee: wtc → srinivas
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.
Status: RESOLVED → CLOSED
Closed the bug.
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.