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/22 13:38:00 UTC

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

     [ https://issues.apache.org/jira/browse/AVRO-2929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrik Susko updated AVRO-2929:
-------------------------------
    Description: 
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.

Fix: [GitHub PR#957|https://github.com/apache/avro/pull/957]

  was:
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.


> 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
>            Priority: Major
>
> 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.
> Fix: [GitHub PR#957|https://github.com/apache/avro/pull/957]



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