Closed
Bug 705654
Opened 13 years ago
Closed 13 years ago
Fix uses of uninitialized memory found by valgrind in 632423-1.html
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla11
People
(Reporter: espindola, Assigned: espindola)
Details
Attachments
(1 file)
2.45 KB,
patch
|
jaas
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•13 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=34530b1f60cc
Attachment #577244 -
Flags: review?(joshmoz)
Comment on attachment 577244 [details] [diff] [review] Fix uses of uninitialized memory found by valgrind in 632423-1.html Review of attachment 577244 [details] [diff] [review]: ----------------------------------------------------------------- ::: dom/plugins/ipc/PluginMessageUtils.cpp @@ +80,5 @@ > namespace mozilla { > namespace plugins { > > +NPRemoteWindow::NPRemoteWindow() : > + window(0), x(0), y(0), width(0), height(0), type(NPWindowTypeWindow) Make the default type "NPWindowTypeDrawable". Doesn't matter much, but conceptually drawable is a better "default" as we prefer it over windowed.
Attachment #577244 -
Flags: review?(joshmoz) → review+
Updated•13 years ago
|
Attachment #577244 -
Flags: review?(ehsan)
Assignee | ||
Comment 3•13 years ago
|
||
https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=c3b13c7ff1cb
Comment 4•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/c3b13c7ff1cb
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla11
Updated•2 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•