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

RangeSet deserializer fails for content nulls with NPE #142

Closed
cowtowncoder opened this issue Dec 20, 2023 · 0 comments
Closed

RangeSet deserializer fails for content nulls with NPE #142

cowtowncoder opened this issue Dec 20, 2023 · 0 comments

Comments

@cowtowncoder
Copy link
Member

(from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=65197)

Looks like RangeSet deserialization fails with non-Jackson exception (NPE?).
We should instead fail with a DatabindException.

In future we may want to offer configurability for different behavior (automatic skipping, f.ex), and/or see that existing @JsonSetter configurability (annotation, config overrides) mechanisms work to avoid this issue.

@cowtowncoder cowtowncoder changed the title RangeSet deserializer fails for content nulls RangeSet deserializer fails for content nulls with NPE Dec 20, 2023
cowtowncoder added a commit that referenced this issue Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant