FasterXML / jackson-dataformats-binary

Uber-project for standard Jackson binary format backends: avro, cbor, ion, protobuf, smile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle invalid CBOR content like `[ 0x84 ]` (incomplete array)

cowtowncoder opened this issue · comments

(inspired by FasterXML/jackson-databind#3032)

Looks like there are types of invalid documents that do not trigger decoding exception for parser, but should.