verify.c (verify_jvm_instructions): For field instructions, check that field index...
authorPer Bothner <per@bothner.com>
Thu, 26 Apr 2001 18:11:02 +0000 (11:11 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Thu, 26 Apr 2001 18:11:02 +0000 (11:11 -0700)
commit5acea42bfb17b59aff01ce77fe63d880b4ef5878
treea1fb5e9ea8a2a33133389b69195efbc748ba099e
parentb329888265f674982705102d1bc6a3f976189f80
verify.c (verify_jvm_instructions): For field instructions, check that field index is valid.

* verify.c (verify_jvm_instructions):  For field instructions,
check that field index is valid.  For invoke instructions, check that
method index is valid.

From-SVN: r41600
gcc/java/ChangeLog
gcc/java/verify.c