Skip to content
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()" #78

Closed
wrandelshofer opened this issue Dec 10, 2023 · 1 comment

Comments

@wrandelshofer
Copy link
Owner

See description in FasterXML/jackson-core#1161

See proposed fix in FasterXML/jackson-core#1162

Unfortunately the fix is incomplete. We need to replace all calls to parseDigitsRecursive() with last argument null by parseDigitsIterative().

wrandelshofer added a commit that referenced this issue Dec 10, 2023
@wrandelshofer
Copy link
Owner Author

Fixed in main branch rev 6080865

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant