History log of /art/test/600-verifier-fails/smali/construct.smali
Revision Date Author Comments
b05263225f6df798db565df0ef9a539f272603ed 01-Jun-2016 Aart Bik <ajcbik@google.com> Fix bug in verifier: hard fail allowed following softfail

Rationale:
Dexfuzzing found a situation where a hard fail (not calling
super in constructor) did not immediately bail, allowing
a soft fail to follow, causing a FATAL message later on.

With crash-before/pass after test.

BUG=29070461

Change-Id: I46bd7a7457b9d408b254400aadac122539f2279c