platform_system_core/libziparchive
Tianjie Xu ae8180c06d Fix out of bound access in libziparchive
The boundary check of an invalid EOCD record may succeed due to the
overflow of uint32_t. Fix the check and add a unit test.

Test: Open the crash.apk and libziparchive reports the offset error as expected.

Bug: 31251826
Change-Id: I1d8092a19b73886a671bc9d291cfc27d65e3d236
2016-09-22 11:24:42 -07:00
..
testdata Fix out of bound access in libziparchive 2016-09-22 11:24:42 -07:00
Android.bp Convert libziparchive from Android.mk to Android.bp 2016-07-12 21:01:08 -07:00
entry_name_utils-inl.h Reject zip archives whose entry names are not valid UTF-8. 2014-12-08 12:25:05 +00:00
entry_name_utils_test.cc Reject zip archives whose entry names are not valid UTF-8. 2014-12-08 12:25:05 +00:00
zip_archive.cc Fix out of bound access in libziparchive 2016-09-22 11:24:42 -07:00
zip_archive_common.h Track rename of base/ to android-base/. 2015-12-04 22:00:26 -08:00
zip_archive_private.h Add a ZipArchiveStreamEntry class. 2016-01-14 12:30:20 -08:00
zip_archive_stream_entry.cc Fix google-explicit-constructor warnings. 2016-04-25 14:57:11 -07:00
zip_archive_test.cc Fix out of bound access in libziparchive 2016-09-22 11:24:42 -07:00
zip_writer.cc Fix warnings in libziparchive 2016-09-20 09:23:47 -07:00
zip_writer_test.cc libziparchive: port unit tests to darwin and windows. 2016-03-07 11:21:24 -08:00