aboutsummaryrefslogtreecommitdiffstats
path: root/docs/bugs.json
diff options
context:
space:
mode:
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",