commit | 596271fa71d79e3eec03c7cf6ac76cb026dd8578 | [log] [tgz] |
---|---|---|
author | Doug Zongker <dougz@android.com> | Wed Apr 29 16:52:04 2009 -0700 |
committer | Doug Zongker <dougz@android.com> | Wed Apr 29 17:35:34 2009 -0700 |
tree | 3a78f4d9d0b3694d4a75b7dd3d086b0249de8b5e | |
parent | f554ceb0500f75c425b37c74a0d65d138c0fbdd0 [diff] |
handle short writes when unzipping files minzip fails if write() doesn't write all the data in one call. Apparently this was good enough before, but it causes OTAs to fail all the time now (maybe due to the recently-submitted kernel)? Change code to attempt continuing after short writes.