From feacfcfd203c7d24b13ce28da3ce7041f5ee5287 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 12 Apr 2017 15:35:25 +0200 Subject: Typo and more explanation. --- docs/bugs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/bugs.json') 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", -- cgit v1.2.3