WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
38908
Android's writeToFile() is buggy
https://bugs.webkit.org/show_bug.cgi?id=38908
Summary
Android's writeToFile() is buggy
Steve Block
Reported
2010-05-11 08:15:02 PDT
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.
Attachments
Patch
(2.20 KB, patch)
2010-05-11 09:11 PDT
,
Steve Block
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Steve Block
Comment 1
2010-05-11 09:11:21 PDT
Created
attachment 55708
[details]
Patch
WebKit Commit Bot
Comment 2
2010-05-12 05:51:38 PDT
Comment on
attachment 55708
[details]
Patch Clearing flags on attachment: 55708 Committed
r59226
: <
http://trac.webkit.org/changeset/59226
>
WebKit Commit Bot
Comment 3
2010-05-12 05:51:42 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug