Solidity Bug Info
| Bug Name | Description | Severity |
|---|---|---|
DynamicAllocationInfiniteLoopDynamic allocation of an empty memory array caused an infinite loop and thus an exception. | Memory arrays can be created provided a length. If this length is zero, code was generated that did not terminate and thus consumed all gas. - First Introduced: - Fixed in Version: 0.3.6 - Published: - Severity<: low | low |