Closed
Bug 56723
Opened 24 years ago
Closed 24 years ago
Uninitialized return value from PR_Sleep()
Categories
(Core :: XPCOM, defect, P3)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
People
(Reporter: h.b.furuseth, Assigned: larryh)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
Gcc warning:
If ticks != PR_INTERVAL_NO_WAIT and
the do...while loop 'break's the first time through,
PR_Sleep() returns an uninitialized value.
Reporter | ||
Comment 1•24 years ago
|
||
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•24 years ago
|
||
setting bug status to New
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•24 years ago
|
||
wtc applied patch, checked in to tip.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 5•22 years ago
|
||
Moving all threading bugs to XPCOM. See bug 160356.
Component: Threading → XPCOM
You need to log in
before you can comment on or make changes to this bug.
Description
•