Kenny Root c6e35cb47a StreamingZipInflater: fix mmap'd end of read
When reaching the end of a mmap'd segment, it was erroneously trying to
read more data. This is because we were reading data one character at a
time, so we never reached the Z_STREAM_END result without going through
the loop once more.

Bug: https://code.google.com/p/android/issues/detail?id=39041
Change-Id: I6c53b8187384a42217c32112d6a0c2857f471109
2013-02-15 11:05:48 -08:00
2013-02-13 15:22:25 -08:00
2013-02-14 12:06:51 -08:00
2012-12-19 11:21:38 +08:00
2013-02-14 12:06:51 -08:00
2012-11-19 11:50:05 +01:00
2012-11-30 12:32:36 -08:00
Description
No description provided
5.1 GiB
Languages
Java 77.3%
Kotlin 9.2%
PowerBuilder 6.6%
C++ 5.5%
AIDL 1%