Closed
Description
(inspired by FasterXML/jackson-databind#3032)
Looks like there are types of invalid documents that do not trigger decoding exception for parser, but should.
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
NullPointerException
on null tokens FasterXML/jackson-databind#3032Fix #240
[-]Handle invalid CBOR content like `[ 0x84 ]` (single byte doc)[/-][+]Handle invalid CBOR content like `[ 0x84 ]` (incomplete array)[/+]and update release notes too wrt #240
Bit more work for #236 and #240
Complete error reporting improvements (mostly for #240)