Closed
Bug 266
Opened 27 years ago
Closed 26 years ago
makeNewId is busted
Categories
(MozillaClassic Graveyard :: Aurora/RDF BE, defect, P3)
Tracking
(Not tracked)
VERIFIED
WONTFIX
M3
People
(Reporter: jg, Assigned: mozilla)
Details
Created by John Giannandrea (jg@netscape.com) on Wednesday, April 22, 1998 5:57:32 PM PDT
Additional Details :
makeNewId contains a bug in the LONG_LONG case which
causes it to generate endless hash collisions.
in fact the routine should be rewritten to
a/ not have two implementations
b/ not call PR_Now() or printf if at all possible.
-jg
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
Assignee | ||
Comment 2•26 years ago
|
||
This bug is on the old code base. Marking as "WONTFIX".
You need to log in
before you can comment on or make changes to this bug.
Description
•