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
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
.
rust-lang
/
rust
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
15.5k
Star
116k
Code
Issues
5k+
Pull requests
1.4k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Fix memory leak if C++ catches a Rust panic and discards it
- #67711
#67711
Merged
bors
merged 11 commits into
rust-lang:master
rust-lang/rust:master
from
Amanieu:fix_unwind_leak
Amanieu/rust:fix_unwind_leak
Copy head branch name to clipboard
Jan 14, 2020
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Fix memory leak if C++ catches a Rust panic and discards it
#67711
bors
merged 11 commits into
rust-lang:master
rust-lang/rust:master
from
Amanieu:fix_unwind_leak
Amanieu/rust:fix_unwind_leak
Copy head branch name to clipboard
Commits
Commits on Jan 11, 2020
Fix a memory leak in emcc if a Rust panic is caught by C++ and discarded
Amanieu
committed
10720b4
View commit details
Copy full SHA for 10720b4
Browse repository at this point
Simplify exception cleanup for libunwind-style unwinding
Amanieu
committed
46f5226
View commit details
Copy full SHA for 46f5226
Browse repository at this point
Fix a memory leak in SEH unwinding if a Rust panic is caught by C++ and discarded
Amanieu
committed
c15ad84
View commit details
Copy full SHA for c15ad84
Browse repository at this point
Add a test to check that swallowed Rust panics are dropped properly.
Amanieu
committed
4361192
View commit details
Copy full SHA for 4361192
Browse repository at this point
Explain the panic! in exception_copy
Amanieu
committed
838e387
View commit details
Copy full SHA for 838e387
Browse repository at this point
Explain flag value of 8 for msvc_try
Amanieu
committed
ed217a5
View commit details
Copy full SHA for ed217a5
Browse repository at this point
Apply review feedback
Amanieu
committed
757ed07
View commit details
Copy full SHA for 757ed07
Browse repository at this point
Abort if C++ tries to swallow a Rust panic
Amanieu
committed
3a02576
View commit details
Copy full SHA for 3a02576
Browse repository at this point
Commits on Jan 12, 2020
Don't include __rust_drop_panic when testing libstd
Amanieu
committed
8f60db8
View commit details
Copy full SHA for 8f60db8
Browse repository at this point
Commits on Jan 13, 2020
Fix destructor return value in emcc.rs
Amanieu
committed
4f163af
View commit details
Copy full SHA for 4f163af
Browse repository at this point
Fix destructor in emcc.rs
Amanieu
committed
25519e5
View commit details
Copy full SHA for 25519e5
Browse repository at this point
You can’t perform that action at this time.