lk255018
Results
1
issues of
lk255018
**Description** When running on a system where the PATH environment variable is not set, the following code in UserAgent.env() causes a NullPointerException: System.getenv("PATH").split(File.pathSeparator) `System.getenv("PATH").split(File.pathSeparator) ` If System.getenv("PATH") returns null, calling...