Bug 39666

Summary: [GTK] writeToFile fails when length is large
Product: WebKit Reporter: Kwang Yul Seo <skyul>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: Linux   
Attachments:
Description Flags
Patch none

Description Kwang Yul Seo 2010-05-25 02:48:41 PDT
writeToFile forgot to increment data pointer.
Comment 1 Kwang Yul Seo 2010-05-25 02:50:22 PDT
Created attachment 56998 [details]
Patch
Comment 2 Xan Lopez 2010-05-25 11:20:38 PDT
Comment on attachment 56998 [details]
Patch

My Goodness... good catch.
Comment 3 Xan Lopez 2010-05-25 11:23:02 PDT
How did you notice this btw? If you have some kind of test it would be really good to add it.
Comment 4 Kwang Yul Seo 2010-05-25 11:28:00 PDT
(In reply to comment #3)
> How did you notice this btw? If you have some kind of test it would be really good to add it.

I just read the code.
Comment 5 WebKit Commit Bot 2010-05-27 02:52:06 PDT
Comment on attachment 56998 [details]
Patch

Clearing flags on attachment: 56998

Committed r60286: <http://trac.webkit.org/changeset/60286>
Comment 6 WebKit Commit Bot 2010-05-27 02:52:10 PDT
All reviewed patches have been landed.  Closing bug.