You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Patrik Susko (Jira)" <ji...@apache.org> on 2020/09/18 14:38:00 UTC

[jira] [Created] (AVRO-2929) C# BinaryDecoder not handling larger than requested arrays from ArrayPool

Patrik Susko created AVRO-2929:
----------------------------------

             Summary: C# BinaryDecoder not handling larger than requested arrays from ArrayPool
                 Key: AVRO-2929
                 URL: https://issues.apache.org/jira/browse/AVRO-2929
             Project: Apache Avro
          Issue Type: Bug
          Components: csharp
    Affects Versions: 1.10.0
            Reporter: Patrik Susko


Rented buffer arrays can be longer than requested resulting in too much bytes being read later on.

This then causes errors while reading subsequent fields.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)