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: checks bytes32 #44

Merged
merged 3 commits into from
Jul 16, 2024
Merged

fix: checks bytes32 #44

merged 3 commits into from
Jul 16, 2024

Conversation

ashitakah
Copy link
Contributor

@ashitakah ashitakah commented Jul 8, 2024

🤖 Linear

Closes GRT-5

Copy link

linear bot commented Jul 8, 2024

GRT-5 TOB-WOND-6

@defi-wonderland defi-wonderland deleted a comment from linear bot Jul 8, 2024
Comment on lines +168 to +169
function test_revertIfResponseLengthIsInvalid(uint8 _length) public {
vm.assume(_length != 32);
Copy link
Member

Choose a reason for hiding this comment

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

Why not make _length a uint256?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

EvmError: MemoryLimitOOG with uint256

@ashitakah ashitakah merged commit 24259ed into dev Jul 16, 2024
3 checks passed
@ashitakah ashitakah deleted the fix/bytes32-check branch July 16, 2024 16:24
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.

3 participants