You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
(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.The text was updated successfully, but these errors were encountered: