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
874
Star
2k
Code
Issues
227
Pull requests
76
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Coverity: fix real defects in test code
- #13689
#13689
Merged
bryancall
merged 15 commits into
apache:master
apache/trafficserver:master
from
bryancall:coverity-tests-1-real-bugs
bryancall/trafficserver:coverity-tests-1-real-bugs
Copy head branch name to clipboard
Sep 17, 2026
Conversation
Commits
15
(15)
Checks
Files changed
Merged
Coverity: fix real defects in test code
#13689
bryancall
merged 15 commits into
apache:master
apache/trafficserver:master
from
bryancall:coverity-tests-1-real-bugs
bryancall/trafficserver:coverity-tests-1-real-bugs
Copy head branch name to clipboard
Commits
Commits on Sep 15, 2026
Fix use-after-free in the TSUrlParse regression test
Show description for 574272a
bryancall
committed
574272a
View commit details
Copy full SHA for 574272a
Browse repository at this point
Fix use-after-free in the TSMimeHdrParse regression test
Show description for b74920d
bryancall
committed
b74920d
View commit details
Copy full SHA for b74920d
Browse repository at this point
Guard the AIO benchmark summary against zero elapsed time
Show description for 1c31724
bryancall
committed
1c31724
View commit details
Copy full SHA for 1c31724
Browse repository at this point
Copy the test client address through the IpEndpoint overload
Show description for 2aae785
bryancall
committed
2aae785
View commit details
Copy full SHA for 2aae785
Browse repository at this point
Build story paths with std::string in the HPACK test runner
Show description for a1db378
bryancall
committed
a1db378
View commit details
Copy full SHA for a1db378
Browse repository at this point
Check stat() before reading st_mode in the HPACK test runner
Show description for e240f4d
bryancall
committed
e240f4d
View commit details
Copy full SHA for e240f4d
Browse repository at this point
Bound the oversized indexed-index block length
Show description for 0fd3f60
bryancall
committed
0fd3f60
View commit details
Copy full SHA for 0fd3f60
Browse repository at this point
Bound the oversized literal-name memcpy destination
Show description for a9a459f
bryancall
committed
a9a459f
View commit details
Copy full SHA for a9a459f
Browse repository at this point
Bound the PUSH_PROMISE frame length before reading it back
Show description for c6e1113
bryancall
committed
c6e1113
View commit details
Copy full SHA for c6e1113
Browse repository at this point
Check the huffman_decode result before reading its output
Show description for d8be8da
bryancall
committed
d8be8da
View commit details
Copy full SHA for d8be8da
Browse repository at this point
Bound the encoded length before decoding it back
Show description for 4b38d53
bryancall
committed
4b38d53
View commit details
Copy full SHA for 4b38d53
Browse repository at this point
Check for a null dup field before comparing it
Show description for d82a41d
bryancall
committed
d82a41d
View commit details
Copy full SHA for d82a41d
Browse repository at this point
Copy the caller's sockaddr_in using its own size in build_request
Show description for fa61d78
bryancall
committed
fa61d78
View commit details
Copy full SHA for fa61d78
Browse repository at this point
Scope the plugin debug object to the plugin owning its DSO
Show description for bd6eb50
bryancall
committed
bd6eb50
View commit details
Copy full SHA for bd6eb50
Browse repository at this point
Keep ownership of the OCSP chain cert until the call succeeds
Show description for b624de5
bryancall
committed
b624de5
View commit details
Copy full SHA for b624de5
Browse repository at this point
You can’t perform that action at this time.