FasterXML / jackson-dataformats-binary

Uber-project for standard Jackson binary format backends: avro, cbor, ion, protobuf, smile
Apache License 2.0
316 stars 136 forks source link

`IonReader` throws `AssertionError` for Timestamp value #471

Closed cowtowncoder closed 9 months ago

cowtowncoder commented 9 months ago

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

There is a case where AssertionError is being thrown by IonReader for corrupt Timestamp value (produced by OSS-Fuzz).

cowtowncoder commented 9 months ago

cc @tgregg