Sitelet
https://github.com/cppcheck-opensource/cppcheck/commits/main/test
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
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
.
cppcheck-opensource
/
cppcheck
Public
Notifications
You must be signed in to change notification settings
Fork
1.6k
Star
6.7k
Code
Pull requests
201
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
cppcheck
test
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 25, 2026
Partial fix for #14982 internalAstError for noexcept function with requires clause (#8808)
Show description for ac8c1aa
chrchr-github
and
web-flow
authored
ac8c1aa
View commit details
Copy full SHA for ac8c1aa
View code at this point
Browse repository at this point
Commits on Aug 24, 2026
Fix #14984: Valueflow: Buffer size not tracked across function calls (#8806)
ludviggunne
authored
518010a
View commit details
Copy full SHA for 518010a
View code at this point
Browse repository at this point
Commits on Aug 23, 2026
Fix #14960 Inconsistent bufferAccessOutOfBounds (possible values) (#8779)
Show description for 5e7baff
chrchr-github
and
web-flow
authored
5e7baff
View commit details
Copy full SHA for 5e7baff
View code at this point
Browse repository at this point
Commits on Aug 21, 2026
Fix #14980 Nullptr dereference in valueFlowDynamicBufferSize() (#8802)
Show description for 9699b99
chrchr-github
and
web-flow
authored
9699b99
View commit details
Copy full SHA for 9699b99
View code at this point
Browse repository at this point
Commits on Aug 18, 2026
Fix #14977 internalError for valid typedef (operator=) (#8798)
Show description for 2e19539
chrchr-github
and
web-flow
authored
2e19539
View commit details
Copy full SHA for 2e19539
View code at this point
Browse repository at this point
Commits on Aug 17, 2026
Fix #14946: `originalName` in dumpfile missing for local typedefs (#8793)
ludviggunne
authored
777a112
View commit details
Copy full SHA for 777a112
View code at this point
Browse repository at this point
Fix #14978: Valueflow: Missing buffer size for `::operator new` (#8799)
ludviggunne
authored
ab9989c
View commit details
Copy full SHA for ab9989c
View code at this point
Browse repository at this point
Fix #14976 FP uninitvar (std::size() used on array) (#8795)
Show description for 7d48e00
chrchr-github
and
web-flow
authored
7d48e00
View commit details
Copy full SHA for 7d48e00
View code at this point
Browse repository at this point
Commits on Aug 14, 2026
Fix #14973 FP assertWithSideEffect with function pointer comparison (#8792)
chrchr-github
authored
2d75160
View commit details
Copy full SHA for 2d75160
View code at this point
Browse repository at this point
Fix #14725 FP redundantIfRemove when conditional code has extra code (#8789)
chrchr-github
authored
b391765
View commit details
Copy full SHA for b391765
View code at this point
Browse repository at this point
Commits on Aug 13, 2026
Fix #14971 [regression] internalError for valid typedef (#8790)
Show description for 4184c39
chrchr-github
and
web-flow
authored
4184c39
View commit details
Copy full SHA for 4184c39
View code at this point
Browse repository at this point
Commits on Aug 10, 2026
gtk.cfg: Remove pure annotation from g_str_has_prefix/suffix (#8788)
Show description for dfcec18
correctmost
authored
dfcec18
View commit details
Copy full SHA for dfcec18
View code at this point
Browse repository at this point
Fix #14948 FP bufferAccessOutOfBounds after container size check (#8763)
Show description for b1b7e3c
chrchr-github
and
web-flow
authored
b1b7e3c
View commit details
Copy full SHA for b1b7e3c
View code at this point
Browse repository at this point
Commits on Aug 8, 2026
Fix #14017: Missing varid on namespace member (#8784)
ludviggunne
authored
4b0c239
View commit details
Copy full SHA for 4b0c239
View code at this point
Browse repository at this point
Commits on Aug 7, 2026
Fix #14962: False Positive: missingReturn: return expression misdiagnosed as missing return path (#8780)
ludviggunne
authored
1444269
View commit details
Copy full SHA for 1444269
View code at this point
Browse repository at this point
Fix #14966 internalError for valid typedef (#8783)
chrchr-github
authored
dc9bd7f
View commit details
Copy full SHA for dc9bd7f
View code at this point
Browse repository at this point
Fix #14959 (Warning hash for token-based warnings) (#8778)
danmar
authored
fecb349
View commit details
Copy full SHA for fecb349
View code at this point
Browse repository at this point
Commits on Aug 6, 2026
TestValueFlow: Remove redundant test configuration, make settings const (#8776)
Show description for baf5eaa
chrchr-github
and
web-flow
authored
baf5eaa
View commit details
Copy full SHA for baf5eaa
View code at this point
Browse repository at this point
Commits on Aug 5, 2026
partial fix #14851 (CI: run 'make test' with some old gcc versions) (#8663)
danmar
authored
b702ead
View commit details
Copy full SHA for b702ead
View code at this point
Browse repository at this point
Fix #14955: Bad varid for enumerator with using namespace (#8773)
ludviggunne
authored
44b9221
View commit details
Copy full SHA for 44b9221
View code at this point
Browse repository at this point
Fix #14899: FP invalidPrintfArgType_float with _sprintf_s_l() (#8729)
ludviggunne
authored
6a29b12
View commit details
Copy full SHA for 6a29b12
View code at this point
Browse repository at this point
Commits on Aug 4, 2026
add support for vcxproj ExcludedFromBuild (#8771)
Show description for 9408a1d
IOBYTE
authored
9408a1d
View commit details
Copy full SHA for 9408a1d
View code at this point
Browse repository at this point
Fix #14952 Stack overflow in ValueFlow::isLifetimeBorrowed() (#8770)
chrchr-github
authored
569f3d6
View commit details
Copy full SHA for 569f3d6
View code at this point
Browse repository at this point
Add unit tests for cppcheckdata.py (#8707)
Show description for 933246d
pfultz2
and
Your Name
authored
933246d
View commit details
Copy full SHA for 933246d
View code at this point
Browse repository at this point
Fix #14918: fuzzing crash (stack-overflow) in findTokensSkipDeadCodeImpl() (#8732)
Show description for 1a96ce8
ludviggunne
and
danmar
authored
1a96ce8
View commit details
Copy full SHA for 1a96ce8
View code at this point
Browse repository at this point
Fix #14946: `originalName` in dumpfile missing for local typedefs (#8760)
ludviggunne
authored
dbde189
View commit details
Copy full SHA for dbde189
View code at this point
Browse repository at this point
Fix 14947: FP algorithmOutOfBounds with array of arrays (#8766)
pfultz2
authored
cd55e08
View commit details
Copy full SHA for cd55e08
View code at this point
Browse repository at this point
Fix #11437 FP knownConditionTrueFalse when comparing clamped value (#8751)
chrchr-github
authored
1f1a07f
View commit details
Copy full SHA for 1f1a07f
View code at this point
Browse repository at this point
Commits on Aug 3, 2026
Fix #14954: False negatives: `noCopyConstructor`, `noOperatorEq` and `unsafeClassCanLeak` for file descriptor member (#8769)
Show description for cb694dd
ludviggunne
and
Aaron Danen
authored
cb694dd
View commit details
Copy full SHA for cb694dd
View code at this point
Browse repository at this point
Commits on Jul 31, 2026
Fix #14712: FP constVariableReference , taking non const reference to member (#8767)
ludviggunne
authored
cb9f2a2
View commit details
Copy full SHA for cb9f2a2
View code at this point
Browse repository at this point
Fix #14951: FP unreadVariable with function pointer member (#8768)
ludviggunne
authored
da92ba3
View commit details
Copy full SHA for da92ba3
View code at this point
Browse repository at this point
Commits on Jul 30, 2026
Fix #14945 FN memleak with nested scopes. (#8761)
chrchr-github
authored
8745a78
View commit details
Copy full SHA for 8745a78
View code at this point
Browse repository at this point
Partial fix for #14911 FN knownConditionTrueFalse for number literals (regression) (#8737)
Show description for a156364
chrchr-github
and
web-flow
authored
a156364
View commit details
Copy full SHA for a156364
View code at this point
Browse repository at this point
Fix #14914: fuzzing timeout (hang) in Tokenizer::simplifyTypedef() (#8762)
ludviggunne
authored
71de675
View commit details
Copy full SHA for 71de675
View code at this point
Browse repository at this point
Fix #14818 FP returnDanglingLifetime when passing c_str() to function (#8750)
Show description for 0911ee6
chrchr-github
and
web-flow
authored
0911ee6
View commit details
Copy full SHA for 0911ee6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.