Bug 155440

Summary: [Fetch API] FetchLoader should check for empty bodies
Product: WebKit Reporter: youenn fablet <youennf>
Component: WebCore Misc.Assignee: youenn fablet <youennf>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 151937    
Attachments:
Description Flags
Patch
none
Patch for landing none

Description youenn fablet 2016-03-14 09:52:26 PDT
FetchLoader should check that m_data is not null before using it when loading is finishing.
Comment 1 youenn fablet 2016-03-14 10:02:07 PDT
Created attachment 273984 [details]
Patch
Comment 2 youenn fablet 2016-03-14 10:20:52 PDT
Created attachment 273985 [details]
Patch for landing
Comment 3 youenn fablet 2016-03-14 10:21:35 PDT
(In reply to comment #2)
> Created attachment 273985 [details]
> Patch for landing

I updated the newly added tests, to be aligned with the ones uploaded in WPT.
Comment 4 WebKit Commit Bot 2016-03-14 13:13:17 PDT
Comment on attachment 273985 [details]
Patch for landing

Clearing flags on attachment: 273985

Committed r198151: <http://trac.webkit.org/changeset/198151>
Comment 5 WebKit Commit Bot 2016-03-14 13:13:20 PDT
All reviewed patches have been landed.  Closing bug.