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
.
microsoft
/
STL
Public
Notifications
You must be signed in to change notification settings
Fork
1.6k
Star
11.1k
Code
Issues
564
Pull requests
34
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
<string> Add asan annotations
- #2196
#2196
Merged
Stephan T. Lavavej (StephanTLavavej)
merged 28 commits into
microsoft:main
microsoft/STL:main
from
miscco:asan_string
miscco/STL:asan_string
Copy head branch name to clipboard
May 17, 2022
Conversation
Commits
28
(28)
Checks
Files changed
Merged
<string> Add asan annotations
#2196
Stephan T. Lavavej (StephanTLavavej)
merged 28 commits into
microsoft:main
microsoft/STL:main
from
miscco:asan_string
miscco/STL:asan_string
Copy head branch name to clipboard
Commits
Commits on Nov 26, 2021
Fix bugs in std::string
Show description for 98ff44b
Michael Schellenberger Costa (miscco)
committed
98ff44b
View commit details
Copy full SHA for 98ff44b
Browse repository at this point
Allow for SSO for constexpr string
Michael Schellenberger Costa (miscco)
committed
25c2b50
View commit details
Copy full SHA for 25c2b50
Browse repository at this point
Implement ASAN for string
Michael Schellenberger Costa (miscco)
committed
dbee558
View commit details
Copy full SHA for dbee558
Browse repository at this point
Commits on Nov 27, 2021
Implement ASAN support for `_Move_assign_from_buffer` and add tests
Michael Schellenberger Costa (miscco)
committed
a1ce6b4
View commit details
Copy full SHA for a1ce6b4
Browse repository at this point
Commits on Dec 14, 2021
Merge branch 'main' into asan_string
Michael Schellenberger Costa (miscco)
committed
6ac3bf3
View commit details
Copy full SHA for 6ac3bf3
Browse repository at this point
Adopt changes from vector
Michael Schellenberger Costa (miscco)
committed
3570016
View commit details
Copy full SHA for 3570016
Browse repository at this point
Commits on Dec 17, 2021
Merge branch 'main' into asan_string
Michael Schellenberger Costa (miscco)
committed
4b9e6e1
View commit details
Copy full SHA for 4b9e6e1
Browse repository at this point
Commits on Jan 6, 2022
Minor cleanups
Michael Schellenberger Costa (miscco)
committed
7b0cfb4
View commit details
Copy full SHA for 7b0cfb4
Browse repository at this point
Disable constexpr SSO for string
Michael Schellenberger Costa (miscco)
committed
cd464c1
View commit details
Copy full SHA for cd464c1
Browse repository at this point
Commits on Jan 15, 2022
If there is nothing to do, do nothing
Michael Schellenberger Costa (miscco)
committed
ad0188f
View commit details
Copy full SHA for ad0188f
Browse repository at this point
Commits on Jan 19, 2022
Reenable SSO even though we have issues with exceptions
Michael Schellenberger Costa (miscco)
committed
9b8406e
View commit details
Copy full SHA for 9b8406e
Browse repository at this point
Actually fix _Move_assign_from_buffer
Show description for ce49d29
Michael Schellenberger Costa (miscco)
committed
ce49d29
View commit details
Copy full SHA for ce49d29
Browse repository at this point
Commits on Jan 20, 2022
Only test internally for now as the fix is not yet int
Michael Schellenberger Costa (miscco)
committed
36691ee
View commit details
Copy full SHA for 36691ee
Browse repository at this point
Merge branch 'main' into asan_string
Michael Schellenberger Costa (miscco)
committed
97610f0
View commit details
Copy full SHA for 97610f0
Browse repository at this point
Commits on Mar 18, 2022
Merge branch 'main' into asan_string
Michael Schellenberger Costa (miscco)
committed
1381382
View commit details
Copy full SHA for 1381382
Browse repository at this point
Add comment about dead code
Michael Schellenberger Costa (miscco)
committed
0db6633
View commit details
Copy full SHA for 0db6633
Browse repository at this point
Commits on Mar 23, 2022
Merge branch 'main' into asan_string
Stephan T. Lavavej (StephanTLavavej)
committed
050f3c0
View commit details
Copy full SHA for 050f3c0
Browse repository at this point
Code review feedback.
Stephan T. Lavavej (StephanTLavavej)
committed
c45ed72
View commit details
Copy full SHA for c45ed72
Browse repository at this point
Review comments
Michael Schellenberger Costa (miscco)
committed
f019248
View commit details
Copy full SHA for f019248
Browse repository at this point
Commits on Mar 24, 2022
Properly initialize `_My_data._Myres` before reading it
Michael Schellenberger Costa (miscco)
committed
6ae8bca
View commit details
Copy full SHA for 6ae8bca
Browse repository at this point
Consider alignment of the sso buffer for asan and disable it if we are unaligned
Michael Schellenberger Costa (miscco)
committed
aadee99
View commit details
Copy full SHA for aadee99
Browse repository at this point
Commits on Apr 8, 2022
Disable broken x86 exception tests with clang
Michael Schellenberger Costa (miscco)
committed
945ae98
View commit details
Copy full SHA for 945ae98
Browse repository at this point
Merge branch 'main' into asan_string
Michael Schellenberger Costa (miscco)
committed
26c03cf
View commit details
Copy full SHA for 26c03cf
Browse repository at this point
Commits on Apr 18, 2022
Check the right condition
Michael Schellenberger Costa (miscco)
committed
1b3c58d
View commit details
Copy full SHA for 1b3c58d
Browse repository at this point
Commits on May 5, 2022
Merge branch 'main' into asan_string
Stephan T. Lavavej (StephanTLavavej)
committed
9b100c3
View commit details
Copy full SHA for 9b100c3
Browse repository at this point
Fix workaround guard, cleanup comment.
Stephan T. Lavavej (StephanTLavavej)
committed
295a9fb
View commit details
Copy full SHA for 295a9fb
Browse repository at this point
Commits on May 16, 2022
Fix test.
Stephan T. Lavavej (StephanTLavavej)
committed
12b21c8
View commit details
Copy full SHA for 12b21c8
Browse repository at this point
Commits on May 17, 2022
Fix ARM64EC and CHPE.
Stephan T. Lavavej (StephanTLavavej)
committed
24ac540
View commit details
Copy full SHA for 24ac540
Browse repository at this point
You can’t perform that action at this time.