Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: precompile trace decoding #6263

Merged
merged 9 commits into from
Nov 9, 2023
Merged

Conversation

DaniPopes
Copy link
Member

Fixes #6262

Two bugs here:

  • shouldn't assume that raw calldata is at least 4 bytes
  • return is wrong because we're in a loop

@DaniPopes DaniPopes marked this pull request as ready for review November 9, 2023 09:29
@DaniPopes DaniPopes marked this pull request as draft November 9, 2023 11:18
@DaniPopes DaniPopes marked this pull request as ready for review November 9, 2023 11:34
Copy link
Member

@Evalir Evalir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI failure seems unrelated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: The application panicked (crashed). assertion failed: mid <= self.len()
3 participants