Conversation
1b295c8 to
53a5808
Compare
Codecov Report
@@ Coverage Diff @@
## master #217 +/- ##
==========================================
- Coverage 100% 99.88% -0.12%
==========================================
Files 5 5
Lines 851 851
Branches 113 113
==========================================
- Hits 851 850 -1
- Misses 0 1 +1 |
axic
approved these changes
Nov 27, 2019
|
Can confirm that this fixes argotorg/solidity#7776 Once merged, this draft PR (#215) rebased on the merge should also pass all CI tests |
Member
Author
Thanks for checking. |
jwasinger
pushed a commit
to jwasinger/evmone
that referenced
this pull request
Apr 27, 2021
cpp: Add evmc::host - wrapper around Host context / interface
chfast
added a commit
that referenced
this pull request
Apr 7, 2026
chfast
added a commit
that referenced
this pull request
Apr 8, 2026
hanzo-dev
pushed a commit
to luxcpp/cevm
that referenced
this pull request
Apr 26, 2026
Fix jumpdest offset overflow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This mostly affects the performance of the analysis, but I think this change must land. Is much better if we are not restricted by the code size in general (i.e. evmone works for any code size).
This do not fix all the issues. There are other case not related to the jumpdest where overflow can happen. That is to be fixed in other PRs.