# Solidity Bugfix Release

DevFeed: [Solidity Bugfix Release](<https://devfeed.tech/articles/solidity-bugfix-release-16833.md>)

Original publisher: [Read original article](<https://blog.ethereum.org/en/2018/09/13/solidity-bugfix-release>)

Author: Solidity Team

Published: 2018-09-13T00: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>), [Vulnerabilities](<https://devfeed.tech/topics/vulnerabilities.md>), [Ethereum](<https://devfeed.tech/topics/ethereum.md>), [toolchain](<https://devfeed.tech/topics/toolchain.md>)

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

## AI overview

Solidity 0.4.25 fixes two important bugs, including incorrect results from certain exponentiation operations involving short integer types. Solidity 0.4.22 previously fixed a separate bug that can cause memory corruption when functions return multidimensional fixed-size arrays.

## Source excerpt

The latest version 0.4.25 release of Solidity fixes two important bugs. Another important bug has already been fixed in version 0.4.22 but it was only discovered recently that the bug existed. Note that the Ethereum Foundation runs a bounty program for the code generator part of Solidity....