-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b75
-
generic
-
generic
The klass parameter to FollowReferences and IterateThroughHeap is specified to filter callbacks based on the instance class. Objects which are instances of a subclass of klass should not reported but as of mustang b73 the implementation is using an instanceof check so subclasses are reported.