commit | 708e0296c4dadae31868693c1f18fd976c2e47f3 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed Apr 05 14:46:27 2017 -0700 |
committer | JP Sugarbroad <jpsugar@google.com> | Thu Apr 13 20:38:35 2017 +0000 |
tree | 7c642aa2a6a08db562e17d5ebe07fd67e862f93c | |
parent | 4e3e5fd9d4220bf3b3ac451fe5dead5d42f21d1c [diff] |
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 74464a1361562d4042a67c5d66bfcf396ee7e59c) (cherry picked from commit d9fd1863f46d5185eaaebc0803ee9c5da3ef110b)