# Solidity Storage Array Bugs

DevFeed: [Solidity Storage Array Bugs](<https://devfeed.tech/articles/solidity-storage-array-bugs-16849.md>)

Original publisher: [Read original article](<https://blog.ethereum.org/en/2019/06/25/solidity-storage-array-bugs>)

Author: Solidity; Protocol Security Research Team

Published: 2019-06-25T00:00:00Z

Content type: release

Language: en

Sources: [Ethereum Foundation Blog](<https://devfeed.tech/sources/ethereum-foundation-blog.md>)

Topics: [Solidity](<https://devfeed.tech/topics/solidity.md>), [bug](<https://devfeed.tech/topics/bug.md>), [Compiler](<https://devfeed.tech/topics/compiler.md>), [Ethereum](<https://devfeed.tech/topics/ethereum.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [bug](<https://devfeed.tech/tags/bug.md>), [bug-bounty](<https://devfeed.tech/tags/bug-bounty.md>), [bugs](<https://devfeed.tech/tags/bugs.md>), [compiler](<https://devfeed.tech/tags/compiler.md>), [release](<https://devfeed.tech/tags/release.md>), [research-development](<https://devfeed.tech/tags/research-development.md>)

## AI overview

This article announces two Solidity bugs affecting storage arrays: one involving signed integer arrays and another involving the experimental ABIEncoderV2. Solidity 0.5.10 contains fixes for both issues, while the article notes that a fix for the legacy 0.4.x series was not then planned.

## Source excerpt

...