Skip to content

Commit 9736b17

Browse files
authored
Merge pull request #14675 from ethereum/fix-invalid-link-in-bug-blog-post
Fix link in bugs.json for 0.8.23
2 parents 12f7c7a + 5cafa8c commit 9736b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/bugs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "VerbatimInvalidDeduplication",
55
"summary": "All ``verbatim`` blocks are considered identical by deduplicator and can incorrectly be unified when surrounded by identical opcodes.",
66
"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.",
7-
"link": "https://blog.soliditylang.org/2023/X/Y/Z/",
7+
"link": "https://blog.soliditylang.org/2023/11/08/verbatim-invalid-deduplication-bug/",
88
"introduced": "0.8.5",
99
"fixed": "0.8.23",
1010
"severity": "low"

0 commit comments

Comments
 (0)