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)