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 panic in returndatacopy #26

Merged
merged 1 commit into from
Aug 21, 2023

Conversation

birchmd
Copy link
Member

@birchmd birchmd commented Aug 18, 2023

returndatacopy was missing proper handling of the len == 0 case.

I reviewed all other instances of the pop_usize macro and it looks like they are protected by gas costs. Therefore I did not change anything else related to pop_usize.

@birchmd birchmd merged commit f981a07 into v0.38.2-aurora-branch Aug 21, 2023
@birchmd birchmd deleted the fix/birchmd/convert_panic branch August 21, 2023 12:56
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