java-callgraph icon indicating copy to clipboard operation
java-callgraph copied to clipboard

Fix IndexOutOfBoundsException in DynamicCallManager

Open heqingy opened this issue 1 year ago • 0 comments

bootMethod.getBootstrapArguments() can return less than 2 elements, resulting in IndexOutOfBoundsException.

heqingy avatar Mar 22 '24 23:03 heqingy