Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
memory-safe
for the SafeMock Fallback Implementation (#200)
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.
- Loading branch information