[Webkit-unassigned] [Bug 19309] uninitialised variable in PluginView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 29 12:07:38 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19309





------- Comment #7 from darin at apple.com  2008-05-29 12:07 PDT -------
(In reply to comment #6)
> Perhaps it'd be more effective to allocate and initialize these structures
> explicitly rather than pointing the plugin to an offset in the C++ class?

That sounds like overkill. It's trivial to initialize to 0:

    memset(&x, 0, sizeof(x));

So if we want initialization, then lets add it.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list