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

Add zero check in tx.Sender func #11049

Merged
merged 1 commit into from
Jul 5, 2024
Merged

Add zero check in tx.Sender func #11049

merged 1 commit into from
Jul 5, 2024

Conversation

yperbasis
Copy link
Member

Copy PR #10737 into main

This is an additional check as #9990 could not be reliably reproduced.
The conjecture is that at some point there is a race condition somewhere
related to either storing snapshot file for an older block or updating
the DB for a more recent block.
Somewhere the code sets sender value directly to zero or overwrites a
pointer, leading to sender address being incorrectly assigned to ZERO.
@yperbasis yperbasis merged commit 1eb5d3d into main Jul 5, 2024
10 checks passed
@yperbasis yperbasis deleted the pick10737 branch July 5, 2024 16:50
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.

2 participants