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
.
scratchcpp
/
libscratchcpp
Public
Notifications
You must be signed in to change notification settings
Fork
7
Star
43
Code
Issues
32
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Fix string leaks
- #655
#655
Merged
adazem009
merged 17 commits into
master
scratchcpp/libscratchcpp:master
from
fix_string_leaks
scratchcpp/libscratchcpp:fix_string_leaks
Copy head branch name to clipboard
Aug 30, 2025
Conversation
Commits
17
(17)
Checks
Files changed
Merged
Fix string leaks
#655
adazem009
merged 17 commits into
master
scratchcpp/libscratchcpp:master
from
fix_string_leaks
scratchcpp/libscratchcpp:fix_string_leaks
Copy head branch name to clipboard
Commits
Commits on Aug 28, 2025
Mark assigned strings as global
adazem009
committed
d5dceb6
View commit details
Copy full SHA for d5dceb6
Browse repository at this point
Engine: Mark answer string as global
adazem009
committed
9c61d35
View commit details
Copy full SHA for 9c61d35
Browse repository at this point
Mark new strings as internal by default
adazem009
committed
4387cea
View commit details
Copy full SHA for 4387cea
Browse repository at this point
Use output parameter in value to string conversion functions
adazem009
committed
207a010
View commit details
Copy full SHA for 207a010
Browse repository at this point
Commits on Aug 29, 2025
Return strings through an output parameter
adazem009
committed
6d44f64
View commit details
Copy full SHA for 6d44f64
Browse repository at this point
Use string output parameter in list to string functions
adazem009
committed
b58df7d
View commit details
Copy full SHA for b58df7d
Browse repository at this point
Refactor string allocation
Show description for cca321e
adazem009
committed
cca321e
View commit details
Copy full SHA for cca321e
Browse repository at this point
Add string_pool_clear_thread() function
adazem009
committed
1d3c37d
View commit details
Copy full SHA for 1d3c37d
Browse repository at this point
Thread: Free internal strings after killing/resetting
adazem009
committed
06dfee1
View commit details
Copy full SHA for 06dfee1
Browse repository at this point
Remove obsolete scope management methods
adazem009
committed
52ec463
View commit details
Copy full SHA for 52ec463
Browse repository at this point
Track script function IDs
adazem009
committed
657303e
View commit details
Copy full SHA for 657303e
Browse repository at this point
Commits on Aug 30, 2025
Store temporary strings in LLVMExecutionContext
adazem009
committed
6d97063
View commit details
Copy full SHA for 6d97063
Browse repository at this point
Revert "Thread: Free internal strings after killing/resetting"
Show description for 73070f8
adazem009
committed
73070f8
View commit details
Copy full SHA for 73070f8
Browse repository at this point
Revert "Add string_pool_clear_thread() function"
Show description for 5faf1d0
adazem009
committed
5faf1d0
View commit details
Copy full SHA for 5faf1d0
Browse repository at this point
Thread: Drop string pool thread tracking
adazem009
committed
301f920
View commit details
Copy full SHA for 301f920
Browse repository at this point
LLVMExecutionContext: Deallocate strings when destroyed
adazem009
committed
b667a43
View commit details
Copy full SHA for b667a43
Browse repository at this point
Drop internal string tracking
adazem009
committed
594df72
View commit details
Copy full SHA for 594df72
Browse repository at this point
You can’t perform that action at this time.