This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
JNI field validation?
- To: java at gcc dot gnu dot org
- Subject: JNI field validation?
- From: mgd at swarm dot org (Marcus G. Daniels)
- Date: 21 Mar 2001 21:08:22 -0800
In jni.cc, in the function _Jv_JNI_GetAnyFieldID, there's a check to see
if the field type requested matches the one found while iterating
through the fields. To do this it calls _Jv_FindClassFromSignature, but
that doesn't handle array signatures like "[java/lang/Class;".