[Webkit-unassigned] [Bug 16779] Make the PluginStream implementation be shared across platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 10 03:06:39 PST 2008


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


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #18362|                            |review?
               Flag|                            |




------- Comment #8 from mrowe at apple.com  2008-01-10 03:06 PDT -------
Created an attachment (id=18362)
 --> (http://bugs.webkit.org/attachment.cgi?id=18362&action=view)
Updated patch that runs correctly on Windows

Fixed the crash.  The file handle was not being initialized to a sane value so
it was being treated as valid when in fact it had not been opened.  This lead
to a crash when the handle was closed.

While debugging this issue I noticed some coding style issues and took the
liberty of fixing them along with the crash.


-- 
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