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
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
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.6k
Star
77.2k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-120289: Do not free memory in disable() to prevent use-after-free
- #120297
#120297
Merged
gaogaotiantian
merged 14 commits into
python:main
python/cpython:main
from
gaogaotiantian:cprofile-uaf-warning
gaogaotiantian/cpython:cprofile-uaf-warning
Copy head branch name to clipboard
Jul 18, 2024
Conversation
Commits
14
(14)
Checks
Files changed
Merged
gh-120289: Do not free memory in disable() to prevent use-after-free
#120297
gaogaotiantian
merged 14 commits into
python:main
python/cpython:main
from
gaogaotiantian:cprofile-uaf-warning
gaogaotiantian/cpython:cprofile-uaf-warning
Copy head branch name to clipboard
Commits
Commits on Jun 9, 2024
Warn if the external timer changes the cprofile context
gaogaotiantian
committed
59538ad
View commit details
Copy full SHA for 59538ad
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
811b74c
View commit details
Copy full SHA for 811b74c
Browse repository at this point
Commits on Jun 10, 2024
Do not free memory when disable
gaogaotiantian
committed
df99b2e
View commit details
Copy full SHA for df99b2e
Browse repository at this point
We need to check if the context is already put in the free list
gaogaotiantian
committed
7675efb
View commit details
Copy full SHA for 7675efb
Browse repository at this point
Commits on Jun 11, 2024
nullify the context pointer instead of use an extra field
gaogaotiantian
committed
e2d68e6
View commit details
Copy full SHA for e2d68e6
Browse repository at this point
Commits on Jun 14, 2024
Update 2024-06-09-19-53-11.gh-issue-120289.s4HXR0.rst
gaogaotiantian
authored
b317c67
View commit details
Copy full SHA for b317c67
Browse repository at this point
Update 2024-06-09-19-53-11.gh-issue-120289.s4HXR0.rst
gaogaotiantian
authored
aa5efcd
View commit details
Copy full SHA for aa5efcd
Browse repository at this point
Commits on Jun 25, 2024
Remove restriction to limit the test on ASAN
gaogaotiantian
authored
92cb052
View commit details
Copy full SHA for 92cb052
Browse repository at this point
Commits on Jul 3, 2024
Revert changes to lsprof
gaogaotiantian
committed
c5f89b5
View commit details
Copy full SHA for c5f89b5
Browse repository at this point
Revert blank line as well
gaogaotiantian
committed
98e27a9
View commit details
Copy full SHA for 98e27a9
Browse repository at this point
Disallow disable/clear in external timer
gaogaotiantian
committed
faa05b1
View commit details
Copy full SHA for faa05b1
Browse repository at this point
Add tests
gaogaotiantian
committed
1a44820
View commit details
Copy full SHA for 1a44820
Browse repository at this point
Update 2024-06-09-19-53-11.gh-issue-120289.s4HXR0.rst
gaogaotiantian
authored
d59f4c4
View commit details
Copy full SHA for d59f4c4
Browse repository at this point
Commits on Jul 17, 2024
Merge branch 'main' into cprofile-uaf-warning
serhiy-storchaka
authored
e76613f
View commit details
Copy full SHA for e76613f
Browse repository at this point
You can’t perform that action at this time.