-
Type:
Bug
-
Resolution: Not an Issue
-
Priority:
P3
-
None
-
Affects Version/s: 5.0
-
Component/s: core-svc
-
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;
}
error = getFrameLocation(thread,
&clazz, &method, &location);
if ( isMethodObsolete(method)) {
method = NULL;
location = -1;
}