platform_system_core/libziparchive
Tianjie Xu 6fdfd58fe1 Do Not Merge: Fix out of bound read in libziparchive
We should check the boundary of central directory before checking its
signature. Swap the order of these two checks.

Bug: 36392138
Test: libziparchive doesn't read the signature after boundary check fails.
Change-Id: Ie89f709bb2d1ccb647116fb7ccb1e23c943e5ab8
(cherry picked from commit 74464a1361)
2017-04-06 11:42:13 -07:00
..
testdata Add unit tests for libziparchive. 2013-12-10 16:48:50 +00:00
Android.mk Fix toolchain issue for windows build of libziparchive. 2014-10-16 07:49:16 +00:00
zip_archive.cc Do Not Merge: Fix out of bound read in libziparchive 2017-04-06 11:42:13 -07:00
zip_archive_test.cc Prevent the accidental closure of fd[0] for missing zip files. 2014-07-28 08:41:26 +00:00