iemejia commented on PR #3859:
URL: https://github.com/apache/avro/pull/3859#issuecomment-4951914839

   This PR now also folds in the INT64_MIN block-count fix from AVRO-4276: 
`doDecodeItemCount()` turned INT64_MIN into 2^63 (an impossible allocation 
downstream). It now rejects INT64_MIN early and uses the simpler `-result` 
negation, with tests on `arrayStart()` and `mapStart()`. AVRO-4276 / #3843 is 
therefore superseded by this PR.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to