FasterXML / jackson-dataformats-binary

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

`ArrayIndexOutOfBoundsException` in `SmileParser._decodeShortUnicodeValue()` #266

Closed cowtowncoder closed 3 years ago

cowtowncoder commented 3 years ago

(note: found by ossfuzz, https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32527)

Looks like a bounds-check is not working on one of non-ASCII decode loops.