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

Use memory-safe for the SafeMock Fallback Implementation #200

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

nlordell
Copy link
Collaborator

@nlordell nlordell commented Jan 9, 2024

I noticed that the fallback function implementation was not memory safe for the SafeMock contract. This PR rectifies this.

Additionally, FCL assembly is also not tagged as memory safe (but should be AFAIU). We should probably submit a PR upstream to tag assembly as memory safe.

@nlordell nlordell requested a review from a team as a code owner January 9, 2024 09:02
@nlordell nlordell requested review from rmeissner, akshay-ap, mmv08 and remedcu and removed request for a team January 9, 2024 09:02
@mmv08 mmv08 merged commit b37e394 into master Jan 9, 2024
8 checks passed
@mmv08 mmv08 deleted the memory-safe-fallback branch January 9, 2024 09:32
@github-actions github-actions bot locked and limited conversation to collaborators Jan 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants