Closed
Bug 347300
Opened 19 years ago
Closed 19 years ago
nsUUIDGenerator gives the same UUID on 64bit machines
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 335549
People
(Reporter: mozilla, Unassigned)
Details
Attachments
(1 file)
|
718 bytes,
patch
|
Details | Diff | Splinter Review |
I get the same GUID everytime on x86_64 Linux. I have a patch that works (created on the 1_8_Branch, that I'll attach. Basically changes the storing of a call to random() in a PRUint32 instead of a long.
Marking 1.8branch but I imagine the issue exists elsewhere too.
Comment 1•19 years ago
|
||
*** This bug has been marked as a duplicate of 335549 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 2•19 years ago
|
||
Attachment #232067 -
Flags: review?(vladimir)
Attachment #232067 -
Flags: review?(vladimir)
You need to log in
before you can comment on or make changes to this bug.
Description
•