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

validate big decimal scale before converting to big-int #371

Closed pjfanning closed 1 year ago

cowtowncoder commented 1 year ago

I wonder if we should demote _convertBigDecimalToBigInteger() from ParserBase to ParserMinimalBase...