OSDN Git Service

ART: Check for duplicate class definitions in dex file verifier
authorAndreas Gampe <agampe@google.com>
Tue, 29 Jul 2014 08:22:07 +0000 (01:22 -0700)
committerAndreas Gampe <agampe@google.com>
Tue, 29 Jul 2014 08:22:07 +0000 (01:22 -0700)
commit0ba238dcc21ae3544e1e8cb5d108725db8a1c134
tree8b032feb0da032209265e24f36dd60f4cba19986
parent01be6e3c4e4f083842ac9a6f8f9e6c2c937b8a15
ART: Check for duplicate class definitions in dex file verifier

Reject dex files that try to define two classes with the same type id.

Bug: 16016492
Change-Id: I82cc99c00b3e3cb2b3d537ec14beed9049fe900f
runtime/dex_file_verifier.cc
runtime/dex_file_verifier.h