Skip to content

Commit 34b28ed

Browse files
authored
Merge pull request #2218 from ethereum/buglist
Update permalink for optimizer bug.
2 parents a0967a4 + 9df7a6f commit 34b28ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 0.4.11 (2017-05-02)
1+
### 0.4.11 (2017-05-03)
22

33
Features:
44
* Implement the Standard JSON Input / Output API

docs/bugs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "ConstantOptimizerSubtraction",
44
"summary": "In some situations, the optimizer replaces certain numbers in the code with routines that compute different numbers.",
55
"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).",
6-
"link": "https://blog.ethereum.org/2017/04/24/solidity-optimizer-bug/",
6+
"link": "https://blog.ethereum.org/2017/05/03/solidity-optimizer-bug/",
77
"fixed": "0.4.11",
88
"severity": "low",
99
"conditions": {

docs/bugs_by_version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
},
273273
"0.4.11": {
274274
"bugs": [],
275-
"released": "2017-05-02"
275+
"released": "2017-05-03"
276276
},
277277
"0.4.2": {
278278
"bugs": [

0 commit comments

Comments
 (0)