Closed cdclaxton closed 7 years ago
If the user-agent is an (invalid) single double quote, the code at line 16 in
https://github.com/pieroxy/java-user-agent-detection/blob/master/src/main/java/net/pieroxy/ua/detection/UserAgentContext.java
will cause a String out-of-bounds (-1) exception.
Thanks. I will fix this in the next release.
The code is in. Next release will happen shortly.
If the user-agent is an (invalid) single double quote, the code at line 16 in
https://github.com/pieroxy/java-user-agent-detection/blob/master/src/main/java/net/pieroxy/ua/detection/UserAgentContext.java
will cause a String out-of-bounds (-1) exception.