aboutsummaryrefslogtreecommitdiffstats
path: root/docs/bugs.json
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-04-12 21:35:25 +0800
committerchriseth <chris@ethereum.org>2017-04-12 21:35:25 +0800
commitfeacfcfd203c7d24b13ce28da3ce7041f5ee5287 (patch)
tree054af7de2b739f4d182e88a9666845b48bbca009 /docs/bugs.json
parenta7e605a7a1cb3d980e79b95157a0f908bbc7d806 (diff)
downloaddexon-solidity-feacfcfd203c7d24b13ce28da3ce7041f5ee5287.tar
dexon-solidity-feacfcfd203c7d24b13ce28da3ce7041f5ee5287.tar.gz
dexon-solidity-feacfcfd203c7d24b13ce28da3ce7041f5ee5287.tar.bz2
dexon-solidity-feacfcfd203c7d24b13ce28da3ce7041f5ee5287.tar.lz
dexon-solidity-feacfcfd203c7d24b13ce28da3ce7041f5ee5287.tar.xz
dexon-solidity-feacfcfd203c7d24b13ce28da3ce7041f5ee5287.tar.zst
dexon-solidity-feacfcfd203c7d24b13ce28da3ce7041f5ee5287.zip
Typo and more explanation.
Diffstat (limited to 'docs/bugs.json')
-rw-r--r--docs/bugs.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/bugs.json b/docs/bugs.json
index d50cf597..f80816ee 100644
--- a/docs/bugs.json
+++ b/docs/bugs.json
@@ -27,7 +27,7 @@
"fixed": "0.4.4"
},
{
- "name": "StaleKnowledegAboutSHA3",
+ "name": "StaleKnowledgeAboutSHA3",
"summary": "The optimizer did not properly reset its knowledge about SHA3 operations resulting in some hashes (also used for storage variable positions) not being calculated correctly.",
"description": "The optimizer performs symbolic execution in order to save re-evaluating expressions whose value is already known. This knowledge was not properly reset across control flow paths and thus the optimizer sometimes thought that the result of a SHA3 operation is already present on the stack. This could result in data corruption by accessing the wrong storage slot.",
"severity": "low/medium",