Bug 139566

Summary: Initialize m_ownsGeneratedFile when decoding a FormDataElement
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebCore Misc.Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed fix thorton: review+

Description Alexey Proskuryakov 2014-12-11 15:41:46 PST
I've seen assertion failures in NetworkProcess caused by an incorrect value for FormDataElement::m_ownsGeneratedFile. Turns out that we don't initialize it when restoring from IPC serialization.
Comment 1 Alexey Proskuryakov 2014-12-11 15:44:17 PST
Created attachment 243158 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2014-12-11 15:50:16 PST
Committed <http://trac.webkit.org/r177188>.