Closed
Bug 33664
Opened 25 years ago
Closed 25 years ago
UMR: BookmarkParser::ProcessLine()
Categories
(SeaMonkey :: Bookmarks & History, defect, P3)
SeaMonkey
Bookmarks & History
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bruce, Assigned: mozilla)
Details
the nsresult rv in BookmarkParser::ProcessLine() can be returned without being
initialized. (Not that the result is paid attention to in
BookmarkParser::Parse())
Happens on startup of mozilla-bin
Assignee | ||
Comment 1•25 years ago
|
||
Bruce: do you have more specific data about where the UMR occurs?
Reporter | ||
Comment 2•25 years ago
|
||
at the return(rv); line. It isn't initialized in all of the sections of the
if/else if/else stuff.
Assignee | ||
Comment 3•25 years ago
|
||
My fault, I was assuming that by UMR you meant that an unitialized pointer was
being accessed somewhere. :^)
Assignee: slamm → rjc
Assignee | ||
Comment 4•25 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•