Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
dotnet
/
runtime
Public
Notifications
You must be signed in to change notification settings
Fork
5.5k
Star
18.2k
Code
Issues
5k+
Pull requests
514
Discussions
Actions
Projects
Security and quality
63
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
[clr-ios] Fix SIGSEGV in open virtual delegate dispatch with interpreter
- #126199
#126199
Merged
janvorli
merged 13 commits into
dotnet:main
dotnet/runtime:main
from
kotlarmilos:bugfix/clr-interpreter-open-delegate
kotlarmilos/runtime:bugfix/clr-interpreter-open-delegate
Copy head branch name to clipboard
Apr 14, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
[clr-ios] Fix SIGSEGV in open virtual delegate dispatch with interpreter
#126199
janvorli
merged 13 commits into
dotnet:main
dotnet/runtime:main
from
kotlarmilos:bugfix/clr-interpreter-open-delegate
kotlarmilos/runtime:bugfix/clr-interpreter-open-delegate
Copy head branch name to clipboard
Commits
Commits on Mar 27, 2026
Fix SIGSEGV in open virtual delegate dispatch with interpreter
kotlarmilos
committed
25dde3a
View commit details
Copy full SHA for 25dde3a
Browse repository at this point
Commits on Mar 30, 2026
Refactor delegate invocation handling in interpreter
kotlarmilos
committed
80a07a4
View commit details
Copy full SHA for 80a07a4
Browse repository at this point
Commits on Mar 31, 2026
Scope targetMethodObj to fix goto bypassing variable initialization
Show description for fe7cb95
kotlarmilos
and
Copilot
committed
fe7cb95
View commit details
Copy full SHA for fe7cb95
Browse repository at this point
Add argument alignment and size calculation
kotlarmilos
committed
1a576aa
View commit details
Copy full SHA for 1a576aa
Browse repository at this point
Merge branch 'bugfix/clr-interpreter-open-delegate' of github.com:kotlarmilos/runtime into bugfix/clr-interpreter-open-delegate
kotlarmilos
committed
344ef11
View commit details
Copy full SHA for 344ef11
Browse repository at this point
Commits on Apr 1, 2026
Fix delegate invocation handling for open virtual methods in interpreter
kotlarmilos
committed
ea7fb17
View commit details
Copy full SHA for ea7fb17
Browse repository at this point
Commits on Apr 8, 2026
Extract delegate arg shifting into ShiftDelegateCallArgs helper
Show description for 6b0cbc0
kotlarmilos
and
Copilot
committed
6b0cbc0
View commit details
Copy full SHA for 6b0cbc0
Browse repository at this point
Update src/coreclr/vm/interpexec.cpp
Show description for 1648fca
kotlarmilos
and
Copilot
authored
1648fca
View commit details
Copy full SHA for 1648fca
Browse repository at this point
Address review: fix pointer style and add MacCatalyst to skip list
Show description for 6e408b7
kotlarmilos
and
Copilot
committed
6e408b7
View commit details
Copy full SHA for 6e408b7
Browse repository at this point
Address review: fix memmove length and extend CALLDELEGATE_TAIL metadata
Show description for 43540a6
kotlarmilos
and
Copilot
committed
43540a6
View commit details
Copy full SHA for 43540a6
Browse repository at this point
Commits on Apr 10, 2026
Address review: revert CALLDELEGATE_TAIL expansion, remove redundant check
Show description for 6eeb677
kotlarmilos
and
Copilot
committed
6eeb677
View commit details
Copy full SHA for 6eeb677
Browse repository at this point
Fix V128 alignment for all open virtual delegate paths
Show description for ac8f67f
kotlarmilos
and
Copilot
committed
ac8f67f
View commit details
Copy full SHA for ac8f67f
Browse repository at this point
Update tracking issue to #124344 in tests.proj
Show description for 54ad681
kotlarmilos
and
Copilot
committed
54ad681
View commit details
Copy full SHA for 54ad681
Browse repository at this point
You can’t perform that action at this time.