-
-
Notifications
You must be signed in to change notification settings - Fork 795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NPE in "FastDoubleParser", method "JavaBigDecimalParser.parseBigDecimal()" #1161
Comments
I made a fix and have released it as version 1.0.0 of fastdoubleparser. Please let me know, if the fix works for you. |
Thanks @wrandelshofer for the prompt fix - I'll try out the 1.0.0 release when it hits https://repo1.maven.org/maven2/ch/randelshofer/fastdoubleparser/ (maven central). |
Fixed in 2.16 for 2.16.1 (and |
(note: regression due to #1157)
Looks like there is an NPE in FDP, method
JavaBigDecimalParser#parseBigDecimal
for Strings of length 1000 (and seemingly even less).I will do a PR with reproduction.
The text was updated successfully, but these errors were encountered: