OSDN Git Service

ART: Add a null-check to unstarted-runtime
authorAndreas Gampe <agampe@google.com>
Tue, 14 Apr 2015 17:10:33 +0000 (10:10 -0700)
committerAndreas Gampe <agampe@google.com>
Tue, 14 Apr 2015 17:11:06 +0000 (10:11 -0700)
commitbf4d3afaf5b408eae7bbd693054447e9b2487505
tree376293a3ead59084af08a5ae2a8c7e76df12cc9d
parente015a31e509c3f4de8a90b57b77329ba6609ce2f
ART: Add a null-check to unstarted-runtime

Check the string parameter to Class.forName before using it.

Bug: 19542228
Change-Id: I0d5c44122055c46e251451b1c0f687bbaf64d13e
runtime/interpreter/unstarted_runtime.cc