paritytech / polkadot-sdk

The Parity Polkadot Blockchain SDK
https://polkadot.com/
1.89k stars 696 forks source link

sp-trie: minor fix to avoid possible panic during node decoding #6486

Closed TDemeco closed 1 day ago

TDemeco commented 2 days ago

Description

This PR is a simple fix consisting of adding a check to the process of decoding nodes of a storage proof to avoid panicking when receiving badly-constructed proofs, returning an error instead.

This would close #6485

Integration

No changes have to be done downstream, and as such the version bump should be minor.

github-actions[bot] commented 2 days ago

Review required! Latest push from author must always be reviewed