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

p2p/enr: fix decoding of incomplete lists #22484

Merged
merged 1 commit into from
Mar 11, 2021
Merged

Conversation

fjl
Copy link
Contributor

@fjl fjl commented Mar 11, 2021

Given a list with less than two elements, DecodeRLP returned rlp.EOL,
leading to decoding issues in outer decoders.

Given a list with less than two elements, DecodeRLP returned rlp.EOL,
leading to decoding issues in outer decoders.
@fjl fjl requested a review from zsfelfoldi as a code owner March 11, 2021 11:51
Copy link
Contributor

@holiman holiman left a comment

Choose a reason for hiding this comment

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

LGTM

@fjl fjl merged commit aae7660 into ethereum:master Mar 11, 2021
@fjl fjl added this to the 1.10.2 milestone Mar 11, 2021
atif-konasl pushed a commit to frozeman/pandora-execution-engine that referenced this pull request Oct 15, 2021
Given a list of less than two elements DecodeRLP returned rlp.EOL,
leading to issues in outer decoders.
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