Skip to content

Commit

Permalink
Merge pull request #14675 from ethereum/fix-invalid-link-in-bug-blog-…
Browse files Browse the repository at this point in the history
…post

Fix link in bugs.json for 0.8.23
  • Loading branch information
ekpyron authored Nov 8, 2023
2 parents 12f7c7a + 5cafa8c commit 9736b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bugs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "VerbatimInvalidDeduplication",
"summary": "All ``verbatim`` blocks are considered identical by deduplicator and can incorrectly be unified when surrounded by identical opcodes.",
"description": "The block deduplicator is a step of the opcode-based optimizer which identifies equivalent assembly blocks and merges them into a single one. However, when blocks contained ``verbatim``, their comparison was performed incorrectly, leading to the collapse of assembly blocks which are identical except for the contents of the ``verbatim`` items. Since ``verbatim`` is only available in Yul, compilation of Solidity sources is not affected.",
"link": "https://blog.soliditylang.org/2023/X/Y/Z/",
"link": "https://blog.soliditylang.org/2023/11/08/verbatim-invalid-deduplication-bug/",
"introduced": "0.8.5",
"fixed": "0.8.23",
"severity": "low"
Expand Down

0 comments on commit 9736b17

Please sign in to comment.