You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Alexander Stanovoy (Jira)" <ji...@apache.org> on 2024/03/25 10:18:00 UTC

[jira] [Created] (AVRO-3964) [Rust] Out-of-bounds panic

Alexander Stanovoy created AVRO-3964:
----------------------------------------

             Summary: [Rust] Out-of-bounds panic
                 Key: AVRO-3964
                 URL: https://issues.apache.org/jira/browse/AVRO-3964
             Project: Apache Avro
          Issue Type: Bug
          Components: rust
            Reporter: Alexander Stanovoy


Due to a typo, it's possible to get out-of-bounds panic on [decode|https://github.com/apache/avro/blob/main/lang/rust/avro/src/decode.rs#L326-L327]. It should've been `(0..symbols.len())` instead.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)