diff options
author | chriseth <chris@ethereum.org> | 2018-10-11 02:56:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-11 02:56:25 +0800 |
commit | 2feaacba9d02a1cc789873c8d58188055574c1bb (patch) | |
tree | 5a759e167dea1af7da5a0dcc569adc9a9ff9ba70 /Changelog.md | |
parent | f33fc995586373807dcabfc0f6f1b5b0a3fe66e9 (diff) | |
parent | 763ae300233adb6650b6bc6d34c765f853960cd1 (diff) | |
download | dexon-solidity-2feaacba9d02a1cc789873c8d58188055574c1bb.tar.gz dexon-solidity-2feaacba9d02a1cc789873c8d58188055574c1bb.tar.zst dexon-solidity-2feaacba9d02a1cc789873c8d58188055574c1bb.zip |
Merge pull request #5195 from ethereum/unsigned-array-index
Do not crash on non-unsigned array index
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 465a9daa..86376017 100644 --- a/Changelog.md +++ b/Changelog.md @@ -126,6 +126,7 @@ Bugfixes: * Type Checker: Dynamic types as key for public mappings return error instead of assertion fail. * Type Checker: Fix internal error when array index value is too large. * Type Checker: Fix internal error for array type conversions. + * Type Checker: Fix internal error when array index is not an unsigned. * Type System: Allow arbitrary exponents for literals with a mantissa of zero. * Parser: Fix incorrect source location for nameless parameters. |