OSDN Git Service

ART: Fix dex file verifier type-list handling
authorAndreas Gampe <agampe@google.com>
Fri, 29 Aug 2014 23:07:49 +0000 (16:07 -0700)
committerAndreas Gampe <agampe@google.com>
Tue, 2 Sep 2014 16:22:37 +0000 (09:22 -0700)
commit31a7a0c981c5f6244b2c8c3a0c39f3e1d41ce154
treea90505d334f978f860e934b92de8bb3588c8dd03
parent7c7686e62d262f1823876cebb3700e20f967dd56
ART: Fix dex file verifier type-list handling

It is rare, but valid, to have an empty type list.

Bug: 17327877

(cherry picked from commit 277a7c7b4bb9c421380592fd3998d2e79e4035b3)

Change-Id: Ib3a8ff3e5ccd8fe7c04b1e97485bf3e6de72aa4d
runtime/dex_file.h
runtime/dex_file_verifier.cc