Closed
Bug 225988
Opened 21 years ago
Closed 21 years ago
DRefTool analysis for stopwatch files
Categories
(Core Graveyard :: Tracking, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file, 1 obsolete file)
1.28 KB,
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
Bugs:
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/modules/libutil/src/stopwatch.cpp&rev=1.18&mark=87#82
Deref-error: "state"
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/modules/libutil/src/stopwatch.cpp&rev=1.18&mark=88#83
Deref-error: "mSavedStates"
Attachment #135732 -
Flags: superreview?(roc)
Attachment #135732 -
Flags: review?(roc)
+ mSavedStates->PushFront((void*) state);
This is executed even if mSavedStates is null. I think you should return if
mSavedStates couldn't be allocated.
Attachment #135732 -
Flags: superreview?(roc)
Attachment #135732 -
Flags: review?(roc)
Attachment #135732 -
Attachment is obsolete: true
Attachment #135739 -
Flags: superreview?(roc)
Attachment #135739 -
Flags: review?(roc)
Attachment #135739 -
Flags: superreview?(roc)
Attachment #135739 -
Flags: superreview+
Attachment #135739 -
Flags: review?(roc)
Attachment #135739 -
Flags: review+
checked in
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•