You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.
This ClassPath utility tries to build a path array ClassPathEntry elements. It allocate an array for which the size is determined by counting the number of File.pathSeparatorChars in the provided path string. Then it goes on and fills it with elements read from the class path string. Finally it tries to the jrt:/ virtual file system. Since this was not anticipated the integer used for the index in this array is larger than the array allows, resulting in an ArrayIndexOutOfBoundsException
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This
ClassPath
utility tries to build a path arrayClassPathEntry
elements. It allocate an array for which the size is determined by counting the number ofFile.pathSeparatorChar
s in the provided path string. Then it goes on and fills it with elements read from the class path string. Finally it tries to thejrt:/
virtual file system. Since this was not anticipated the integer used for the index in this array is larger than the array allows, resulting in anArrayIndexOutOfBoundsException
The text was updated successfully, but these errors were encountered: