OSDN Git Service

ART: Fail dex file verification on invalid access flags
authorAndreas Gampe <agampe@google.com>
Fri, 18 Jul 2014 02:26:50 +0000 (19:26 -0700)
committerAndreas Gampe <agampe@google.com>
Fri, 18 Jul 2014 02:26:50 +0000 (19:26 -0700)
commitacc2bb693d83102f93007d7c4881a94bbcc3b9bb
tree3c130451ae7070e7fc8ab0561c83392b33c61882
parent031ddea20cb311dfdb3bd16a13750f9cb426b299
ART: Fail dex file verification on invalid access flags

Only allow standard java access flags in class-def items.

Bug: 16018234
Change-Id: I54e788817d5974faf7b3841cd01b9ca4568249c1
runtime/dex_file_verifier.cc