Closed
Bug 288201
Opened 20 years ago
Closed 8 years ago
coverity warnings in embedding
Categories
(Core Graveyard :: Embedding: GRE Core, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: dougt, Unassigned)
Details
Attachments
(1 file)
|
4.30 KB,
patch
|
brendan
:
review+
|
Details | Diff | Splinter Review |
| Reporter | ||
Comment 1•20 years ago
|
||
| Reporter | ||
Updated•20 years ago
|
Attachment #178972 -
Flags: review?(brendan)
Comment 2•20 years ago
|
||
Comment on attachment 178972 [details] [diff] [review] Patch v.1 The first file should not be patched -- Coverity is missing the relationship between Count() returning non-zero implying mImpl is non-null and i is in bounds. /be
Attachment #178972 -
Flags: review?(brendan) → review+
| Reporter | ||
Comment 3•20 years ago
|
||
Checking in browser/gtk/src/gtkmozembed2.cpp; /cvsroot/mozilla/embedding/browser/gtk/src/gtkmozembed2.cpp,v <-- gtkmozembed2.cpp new revision: 1.43; previous revision: 1.42 done Checking in components/commandhandler/src/nsCommandGroup.cpp; /cvsroot/mozilla/embedding/components/commandhandler/src/nsCommandGroup.cpp,v <-- nsCommandGroup.cpp new revision: 1.11; previous revision: 1.10 done
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 4•20 years ago
|
||
There are a few other warning I should address before marking fixed.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Reporter | ||
Comment 5•17 years ago
|
||
mass reassigning to nobody.
Assignee: dougt → nobody
Status: REOPENED → NEW
Updated•15 years ago
|
QA Contact: gre
Comment 6•8 years ago
|
||
Mass change of bugs in the "Embedding: GRE Core" component in preparation for archiving it. I believe that these are no longer relevant; but if they are, they should be reopened and moved into a component relevant to the code in question.
Status: NEW → RESOLVED
Closed: 20 years ago → 8 years ago
Resolution: --- → INCOMPLETE
| Assignee | ||
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•