Bug 119574 - [WK1] NPStream::headers not initialized
Summary: [WK1] NPStream::headers not initialized
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Plug-ins (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Allan Sandfeld Jensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-08 08:05 PDT by Allan Sandfeld Jensen
Modified: 2013-08-08 10:36 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.45 KB, patch)
2013-08-08 08:07 PDT, Allan Sandfeld Jensen
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Allan Sandfeld Jensen 2013-08-08 08:05:36 PDT
The header field of NPStream is left uninitialized currently until the stream starts. According to some users this causes crashes with NSplugins on Mac and Windows.
Comment 1 Allan Sandfeld Jensen 2013-08-08 08:07:37 PDT
Created attachment 208345 [details]
Patch
Comment 2 Allan Sandfeld Jensen 2013-08-08 10:36:58 PDT
Committed r153828: <http://trac.webkit.org/changeset/153828>