commit | b0e9a50e7f55f4a664751815d0f89de575c827f1 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sun Oct 06 22:53:14 2013 +0200 |
committer | Tanguy Pruvot <tanguy.pruvot@gmail.com> | Mon Oct 07 01:43:03 2013 +0200 |
tree | 13abb07785cc455a3114578f914f948f6fa7f6fb | |
parent | 2b995269d5c0baa89649bfb6268a5ceee928bc0b [diff] |
bunzip2: fix off-by-one check stage3-armv7a_hardfp-20130209.tar.bz2, 149189948 bytes long, md5sum b29ce23312e14eb15a143377d4a38473, was failing to unpack. It so happened that this file has a run which exactly fills the 90k buffer. The check was "size >= bufsize", apparently it has to be ">". Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> fix for bug https://jira.cyanogenmod.org/browse/CYAN-1896 Change-Id: I4e43fa2b84f2c00e627f75082d2250b4b4dff08e