Closed
Bug 470028
Opened 17 years ago
Closed 16 years ago
using %lld PR_scanf format directly on a PRTime is not portable
Categories
(Core Graveyard :: History: Global, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: martin, Unassigned)
Details
Attachments
(1 file)
|
989 bytes,
patch
|
Details | Diff | Splinter Review |
On a 64 bit architecture with 32 bit PRTime using Pr_scanf with %lld format directly into a PRTime variable may overwrite stack content and give bogus results.
Comment 1•16 years ago
|
||
AFAICT the referenced code is no longer in the mozilla tree, a casual
grep shows no similar issues and we no longer have similar patches in
the NetBSD packages collection. As such, I believe the bug can be closed.
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•