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

JDWP: Backend might call IsMethodObsolete() with garbage jmethodID

XMLWordPrintable

    • generic
    • generic

      Found a place where a garbage jmethodID could be passed to isMethodObsolete():

                         error = getFrameLocation(thread,
      &clazz, &method, &location);
                          if ( isMethodObsolete(method)) {
      method = NULL;
      location = -1;
                          }

            ohair Kelly Ohair (Inactive)
            ohair Kelly Ohair (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: