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

ArrayIndexOutOfBoundsException for malformed Smile header (found by OSS-Fuzzer) #258

Closed cowtowncoder closed 3 years ago

cowtowncoder commented 3 years ago

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

Looks like Smile parser does not handle malformed Smile header gracefully; it should.