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

[Swift] Bug fix for verifier where its being copied #8451

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mustiikhalil
Copy link
Collaborator

The following PR fixes a bug with the verifier where a copy is being made of it instead of simply an inout of the verifier. This was fixed by making a Storage class on the verifier that should always have the same address even if the verifier is being copied.

@github-actions github-actions bot added the swift label Dec 14, 2024
… leading to an incorrect count

Removes all the unneeded keyword (mutating) from verifier

Adds tests to verify depth
@mustiikhalil mustiikhalil force-pushed the mmk/fix-verifier-depth branch from 65f4da4 to 781ffa7 Compare December 19, 2024 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant