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 }}
apache
/
trafficserver
Public
Notifications
You must be signed in to change notification settings
Fork
877
Star
2k
Code
Issues
227
Pull requests
73
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Inherit the shared match context configuration in RegexMatchContext
- #13661
#13661
Closed
bryancall
wants to merge 13 commits into
apache:master
apache/trafficserver:master
from
bryancall:regex-match-context-jit-stack
bryancall/trafficserver:regex-match-context-jit-stack
Copy head branch name to clipboard
Conversation
Commits
13
(13)
Checks
Files changed
Closed
Inherit the shared match context configuration in RegexMatchContext
#13661
bryancall
wants to merge 13 commits into
apache:master
apache/trafficserver:master
from
bryancall:regex-match-context-jit-stack
bryancall/trafficserver:regex-match-context-jit-stack
Copy head branch name to clipboard
Commits
Commits on Sep 9, 2026
Inherit the shared match context configuration in RegexMatchContext
Show description for f30b333
bryancall
committed
f30b333
View commit details
Copy full SHA for f30b333
Browse repository at this point
Make the JIT stack callback self-contained
Show description for b10b6ad
bryancall
committed
b10b6ad
View commit details
Copy full SHA for b10b6ad
Browse repository at this point
Split the JIT stack thread locals to avoid a loader deadlock
Show description for 0e67103
bryancall
committed
0e67103
View commit details
Copy full SHA for 0e67103
Browse repository at this point
Register the JIT stack cleanup outside the match callback
Show description for ba6d204
bryancall
committed
ba6d204
View commit details
Copy full SHA for ba6d204
Browse repository at this point
Tighten the JIT stack callback comment
Show description for 65a4cde
bryancall
committed
65a4cde
View commit details
Copy full SHA for 65a4cde
Browse repository at this point
Commits on Sep 10, 2026
Make RegexMatchContext non-copyable and non-movable
Show description for 23c7f3a
bryancall
committed
23c7f3a
View commit details
Copy full SHA for 23c7f3a
Browse repository at this point
Correct the reason the JIT stack comes from a callback
Show description for d5dbd60
bryancall
committed
d5dbd60
View commit details
Copy full SHA for d5dbd60
Browse repository at this point
Drop the dead branch in the JIT stack cleanup arming
Show description for ec6557a
bryancall
committed
ec6557a
View commit details
Copy full SHA for ec6557a
Browse repository at this point
Say copy rather than allocate in the match context assert
Show description for b7e1246
bryancall
committed
b7e1246
View commit details
Copy full SHA for b7e1246
Browse repository at this point
Gate the JIT stack tests on JIT being available, and clear the freed stack
Show description for 5071c9a
bryancall
committed
5071c9a
View commit details
Copy full SHA for 5071c9a
Browse repository at this point
Size the resource exhaustion subject to the bound it tests
Show description for db72f15
bryancall
committed
db72f15
View commit details
Copy full SHA for db72f15
Browse repository at this point
Hold the JIT stack in a pthread key rather than a thread local
Show description for 143e532
bryancall
committed
143e532
View commit details
Copy full SHA for 143e532
Browse repository at this point
Handle pthread_key_create failure in the JIT stack callback
Show description for fff1a84
bryancall
committed
fff1a84
View commit details
Copy full SHA for fff1a84
Browse repository at this point
You can’t perform that action at this time.