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 }}
firewave
/
cppcheck
Public
forked from
cppcheck-opensource/cppcheck
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Security and quality
Insights
Commits
Breadcrumbs
History for
cppcheck
test
testbufferoverrun.cpp
on
regex-std
User selector
All users
All time
Commit history
Commits on Jul 9, 2026
Partial fix for #14859 FN bufferAccessOutOfBounds (memset on std::vector) (#8690)
chrchr-github
authored
376b31e
View commit details
Copy full SHA for 376b31e
View code at this point
Browse repository at this point
Commits on Jul 3, 2026
Fix #14887 FP objectIndex with pointer to array member (#8689)
chrchr-github
authored
e039c08
View commit details
Copy full SHA for e039c08
View code at this point
Browse repository at this point
Commits on Jul 1, 2026
Fix #12428 FN objectIndex when accessing struct member (#8676)
chrchr-github
authored
47d4f68
View commit details
Copy full SHA for 47d4f68
View code at this point
Browse repository at this point
Commits on Jun 24, 2026
Fix #14866 FP bufferAccessOutOfBounds with vector and gethostname() (#8667)
Show description for b587c7c
chrchr-github
and
web-flow
authored
b587c7c
View commit details
Copy full SHA for b587c7c
View code at this point
Browse repository at this point
Commits on Jun 20, 2026
Refs #9173: Fix FN bufferAccessOutOfBounds (memset on array, &a[0]) (#8656)
chrchr-github
authored
3122205
View commit details
Copy full SHA for 3122205
View code at this point
Browse repository at this point
Commits on Jun 2, 2026
some `Check::FileInfo`/`CTU::FileInfo` usage cleanups (#8612)
firewave
authored
21ea669
View commit details
Copy full SHA for 21ea669
View code at this point
Browse repository at this point
pass `ErrorLogger` by reference in `Check`/`CheckImpl` (#8601)
firewave
authored
8684514
View commit details
Copy full SHA for 8684514
View code at this point
Browse repository at this point
Commits on May 29, 2026
pass `Settings` by reference in checks (#8593)
firewave
authored
98ac18e
View commit details
Copy full SHA for 98ac18e
View code at this point
Browse repository at this point
Commits on May 18, 2026
testrunner: do not use global check instances (#8561)
firewave
authored
39d9c01
View commit details
Copy full SHA for 39d9c01
View code at this point
Browse repository at this point
Commits on Apr 30, 2026
Fix #901 Improve out-of-bounds check to detect error with sprintf() (#8473)
Show description for 9305216
chrchr-github
and
web-flow
authored
9305216
View commit details
Copy full SHA for 9305216
View code at this point
Browse repository at this point
Commits on Apr 28, 2026
Fix #14703 False positive: buffer out of bounds, memcpy, array of pointer (#8504)
Show description for 10a0cbb
chrchr-github
and
web-flow
authored
10a0cbb
View commit details
Copy full SHA for 10a0cbb
View code at this point
Browse repository at this point
Commits on Mar 2, 2026
Release: Update copyright year (#8285)
danmar
authored
9a00e4a
View commit details
Copy full SHA for 9a00e4a
View code at this point
Browse repository at this point
Commits on Feb 20, 2026
fixed #14506 - `arrayIndexThenCheck` had the wrong severity check (#8229)
firewave
authored
0a3f445
View commit details
Copy full SHA for 0a3f445
View code at this point
Browse repository at this point
Commits on Feb 12, 2026
Add tests for #10241, #11519, #12532, #13403 (#8200)
Show description for 7c5db88
chrchr-github
and
web-flow
authored
7c5db88
View commit details
Copy full SHA for 7c5db88
View code at this point
Browse repository at this point
Commits on Jan 29, 2026
Refs #6049: Fix verbose ctuPointerArith message (#8162)
chrchr-github
authored
d5d5b98
View commit details
Copy full SHA for d5d5b98
View code at this point
Browse repository at this point
Commits on Jan 5, 2026
Add test for #8616 (#8089)
Show description for 0cb895d
chrchr-github
and
web-flow
authored
0cb895d
View commit details
Copy full SHA for 0cb895d
View code at this point
Browse repository at this point
Commits on Jan 2, 2026
testrunner: create more settings as immutable (#8067)
firewave
authored
c1d9276
View commit details
Copy full SHA for c1d9276
View code at this point
Browse repository at this point
Commits on Nov 7, 2025
testrunner: several cleanups (#7944)
Show description for 7e09fa0
firewave
authored
7e09fa0
View commit details
Copy full SHA for 7e09fa0
View code at this point
Browse repository at this point
Commits on Oct 28, 2025
testrunner: some settings cleanups (#7919)
firewave
authored
e42a30b
View commit details
Copy full SHA for e42a30b
View code at this point
Browse repository at this point
Commits on Oct 15, 2025
testrunner: removed unnecessary default constructors from test options (#7889)
firewave
authored
59d9ba3
View commit details
Copy full SHA for 59d9ba3
View code at this point
Browse repository at this point
Commits on Sep 27, 2025
Fix #7570: Support address-of operator on variables in `getBufferSize()` (#7767)
Show description for ec232da
flovent
authored
ec232da
View commit details
Copy full SHA for ec232da
View code at this point
Browse repository at this point
Commits on Sep 23, 2025
pass a char buffer to simplecpp instead of a stream (#6379)
firewave
authored
20bed39
View commit details
Copy full SHA for 20bed39
View code at this point
Browse repository at this point
Commits on Jun 30, 2025
cleaned up includes based on include-what-you-use (#7638)
Show description for dfa16af
firewave
authored
dfa16af
View commit details
Copy full SHA for dfa16af
View code at this point
Browse repository at this point
Commits on Jun 21, 2025
Fix #10431 FP one-definition-rule if struct in mutually exclusive #ifdef branches (#7584)
Show description for 8b66b1c
chrchr-github
and
web-flow
authored
8b66b1c
View commit details
Copy full SHA for 8b66b1c
View code at this point
Browse repository at this point
Commits on May 16, 2025
testrunner: aligned multiline template with new default (#7534)
firewave
authored
69a11d6
View commit details
Copy full SHA for 69a11d6
View code at this point
Browse repository at this point
testrunner: added more error IDs and columns to expected output (#7533)
firewave
authored
ff44a9e
View commit details
Copy full SHA for ff44a9e
View code at this point
Browse repository at this point
Commits on May 2, 2025
testrunner: added more IDs and columns to expected output (#7489)
firewave
authored
88ef81e
View commit details
Copy full SHA for 88ef81e
View code at this point
Browse repository at this point
Commits on Apr 24, 2025
testrunner: some `Settings` usage cleanups (#7477)
firewave
authored
9e547a3
View commit details
Copy full SHA for 9e547a3
View code at this point
Browse repository at this point
Commits on Apr 15, 2025
testrunner: some `SimpleTokenizer` refactoring (#7467)
firewave
authored
20681a3
View commit details
Copy full SHA for 20681a3
View code at this point
Browse repository at this point
Commits on Apr 7, 2025
testrunner: some `Tokenizer` related refactoring (#7427)
firewave
authored
44d097d
View commit details
Copy full SHA for 44d097d
View code at this point
Browse repository at this point
Commits on Apr 3, 2025
testrunner: cleaned up some test options (#7426)
firewave
authored
5398426
View commit details
Copy full SHA for 5398426
View code at this point
Browse repository at this point
Commits on Feb 23, 2025
release: Update copyright year (#7319)
danmar
authored
11f0f4d
View commit details
Copy full SHA for 11f0f4d
View code at this point
Browse repository at this point
Commits on Feb 14, 2025
cleaned up some array length related code (#7283)
firewave
authored
2e4f606
View commit details
Copy full SHA for 2e4f606
View code at this point
Browse repository at this point
Commits on Jan 28, 2025
Fix #12489 FN bufferAccessOutOfBounds with overlong strcat() parameter (regression) (#7268)
chrchr-github
authored
fb8bd0e
View commit details
Copy full SHA for fb8bd0e
View code at this point
Browse repository at this point
Commits on Jan 23, 2025
testrunner: cleaned up tests by using objects to pass the options (#7189)
firewave
authored
2995c4b
View commit details
Copy full SHA for 2995c4b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.