[Webkit-unassigned] [Bug 38908] New: Android's writeToFile() is buggy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 11 08:15:02 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38908

           Summary: Android's writeToFile() is buggy
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Android
        OS/Version: Android
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: steveblock at google.com
                CC: android-webkit-unforking at google.com


Android's version of writeToFile() attempts to handle the case where the write is interrupted part way through such that the number of bytes written is less than the number of bytes requested. However, the implementation is buggy as the data pointer is not updated when the write is re-tried.

We should remove the Android-specific version and use the POSIX version.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list