OSDN Git Service

Make dex file verifier check that indexes are increasing.
authorJeff Hao <jeffhao@google.com>
Tue, 23 Jun 2015 03:20:30 +0000 (20:20 -0700)
committerJeff Hao <jeffhao@google.com>
Tue, 23 Jun 2015 18:46:35 +0000 (11:46 -0700)
commitdd32833e24241508aa697d5349edf6aba9922434
treeee49234c4efa3c18fa76a603cc27b1fc7f579dba
parentad3359e77357cc5ce29ce529ab2ed9d0d8401da4
Make dex file verifier check that indexes are increasing.

Note that this still allows duplicates.

Bug: 21868011
Change-Id: Ib0e91c816eccfaf3b0dac340c05ffd5dc4df17cc
runtime/dex_file_verifier.cc