commit | f1ec8ac84a8540b92a16f187bfa92b2f3c63917e | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Jul 23 17:09:42 2012 -0700 |
committer | Colin Cross <ccross@android.com> | Mon Jul 23 17:11:29 2012 -0700 |
tree | 1e2133a96b43a76d8b9dc7f9c795001ed09c4f53 | |
parent | ec7d9dc713322bd41b1e348c0ea3b1304a13dba9 [diff] |
libsparse: fix 32 bit overflow when calculating last chunk last_block * s->block_size can overflow when writing large filesystems, cast to 64 bits before multiplying. Change-Id: I3e54097852ce7d0fd271eab53d65e666284898e4