aboutsummaryrefslogtreecommitdiffstats
path: root/docs/bugs.json
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-05-03 18:38:33 +0800
committerchriseth <chris@ethereum.org>2017-05-03 18:39:54 +0800
commit9df7a6fa29905ec47f7c8645c9b1f836593491db (patch)
tree36453acfef9495095dc47305d9b40c2cd3b63813 /docs/bugs.json
parenta0967a4539461bfe8780ba752e69d92299e54946 (diff)
downloaddexon-solidity-9df7a6fa29905ec47f7c8645c9b1f836593491db.tar
dexon-solidity-9df7a6fa29905ec47f7c8645c9b1f836593491db.tar.gz
dexon-solidity-9df7a6fa29905ec47f7c8645c9b1f836593491db.tar.bz2
dexon-solidity-9df7a6fa29905ec47f7c8645c9b1f836593491db.tar.lz
dexon-solidity-9df7a6fa29905ec47f7c8645c9b1f836593491db.tar.xz
dexon-solidity-9df7a6fa29905ec47f7c8645c9b1f836593491db.tar.zst
dexon-solidity-9df7a6fa29905ec47f7c8645c9b1f836593491db.zip
Update permalink for optimizer bug and fix release date.
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 78fcf06b..1a67d626 100644
--- a/docs/bugs.json
+++ b/docs/bugs.json
@@ -3,7 +3,7 @@
"name": "ConstantOptimizerSubtraction",
"summary": "In some situations, the optimizer replaces certain numbers in the code with routines that compute different numbers.",
"description": "The optimizer tries to represent any number in the bytecode by routines that compute them with less gas. For some special numbers, an incorrect routine is generated. This could allow an attacker to e.g. trick victims about a specific amount of ether, or function calls to call different functions (or none at all).",
- "link": "https://blog.ethereum.org/2017/04/24/solidity-optimizer-bug/",
+ "link": "https://blog.ethereum.org/2017/05/03/solidity-optimizer-bug/",
"fixed": "0.4.11",
"severity": "low",
"conditions": {