Closed
Bug 145031
Opened 23 years ago
Closed 22 years ago
nsJAR.cpp:610 : curItemMF might be used uninitialized
Categories
(Core :: Security, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: mozilla-bugs, Assigned: security-bugs)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
security-bugs
:
review+
dveditz
:
superreview+
|
Details | Diff | Splinter Review |
This bug is just for a brad TBox warning
modules/libjar/nsJAR.cpp:610
`class nsJARManifestItem * curItemMF' might be used uninitialized in this function
Reporter | ||
Comment 1•23 years ago
|
||
Reporter | ||
Updated•23 years ago
|
Assignee | ||
Comment 2•23 years ago
|
||
Thanks. Use nsnull instead of NULL and I'll r=.
Status: NEW → ASSIGNED
Reporter | ||
Comment 3•23 years ago
|
||
Attachment #83892 -
Attachment is obsolete: true
Comment 4•22 years ago
|
||
Comment on attachment 84328 [details] [diff] [review]
Initialize curItemMF to nsnull
sr=dveditz
Attachment #84328 -
Flags: superreview+
Comment 5•22 years ago
|
||
Let's get this one in if we can. I'll check in if that makes it easier.
Assignee | ||
Comment 6•22 years ago
|
||
Comment on attachment 84328 [details] [diff] [review]
Initialize curItemMF to nsnull
r=mstoltz.
Attachment #84328 -
Flags: review+
Assignee | ||
Comment 7•22 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 8•22 years ago
|
||
V, Brad Tbox
(http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1028604840.941.gz&fulltext=1)
no longer shows this warning.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•