Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6539281

-Xcheck:jni should validate char* argument to ReleaseStringUTFChars

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • hs20
    • 7
    • hotspot
    • b04
    • generic
    • generic
    • Verified

        jni_ReleaseStringUTFChars(JNIEnv *, jstring, const char *) frees the storage associated with the third argument by calling FreeHeap(). Under -Xcheck:jni, we should consider verifying that the C string was in fact allocated by GetStringUTFChars. This could be accomplished by allocating an extra byte or two in the checked version of GetSringUTFChars (immediately before the user pointer) and storing a magic value there, which would be verified in the subsequent Release call.

              sla Staffan Larsen (Inactive)
              sbohne Steve Bohne (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: