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

stdlib: Fix temp alloc size in try_as_str_array. #5753

Merged
merged 3 commits into from
Mar 20, 2024

Conversation

vaivaswatha
Copy link
Contributor

Allocation must be based on the type size with padding.

In addition to the usual testing, I've also tested against https://github.com/FuelLabs/fuel-vm/tree/feature/0.43.3-memory-grow.

Allocation must be based on the type size with padding.
@vaivaswatha vaivaswatha requested review from xgreenx, bitzoic and a team March 19, 2024 15:20
@vaivaswatha vaivaswatha self-assigned this Mar 19, 2024
@IGI-111 IGI-111 requested a review from a team March 20, 2024 03:16
@vaivaswatha vaivaswatha merged commit 9e51eeb into master Mar 20, 2024
38 checks passed
@vaivaswatha vaivaswatha deleted the vaivaswatha/fix_str_conv branch March 20, 2024 06:48
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