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

[mono][jit] Simplify method_needs_stack_walk (). #98230

Merged
merged 1 commit into from
Feb 10, 2024

Conversation

vargaz
Copy link
Contributor

@vargaz vargaz commented Feb 9, 2024

Instead of hardcoding a set of classes, check that the method has a DynamicSecurityMethod attribute, eliminating false positives.

@vargaz
Copy link
Contributor Author

vargaz commented Feb 9, 2024

/azp run runtime-wasm

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@vargaz
Copy link
Contributor Author

vargaz commented Feb 9, 2024

/azp run runtime-wasm

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Instead of hardcoding a set of classes, check that the method
has a DynamicSecurityMethod attribute, eliminating false positives.
@vargaz
Copy link
Contributor Author

vargaz commented Feb 10, 2024

/azp run runtime-wasm

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@vargaz vargaz merged commit 4acd106 into dotnet:main Feb 10, 2024
127 checks passed
@vargaz vargaz deleted the wasm-stack-walk branch February 10, 2024 21:34
@github-actions github-actions bot locked and limited conversation to collaborators Mar 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants