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;
                          }

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: