Skip to content

Commit

Permalink
Update permalink for optimizer bug and fix release date.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseth committed May 3, 2017
1 parent a0967a4 commit 9df7a6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 0.4.11 (2017-05-02)
### 0.4.11 (2017-05-03)

Features:
* Implement the Standard JSON Input / Output API
Expand Down
2 changes: 1 addition & 1 deletion docs/bugs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion docs/bugs_by_version.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
},
"0.4.11": {
"bugs": [],
"released": "2017-05-02"
"released": "2017-05-03"
},
"0.4.2": {
"bugs": [
Expand Down

0 comments on commit 9df7a6f

Please sign in to comment.