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 }}
devzero2000
/
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
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cppcheck
test
cfg
std.cpp
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 11, 2022
10671 fix const iterator function const take two (#3802)
Show description for d4cd249
rikardfalkeborn
authored
d4cd249
View commit details
Copy full SHA for d4cd249
View code at this point
Browse repository at this point
Commits on Feb 10, 2022
Fix #7709 FN C-style pointer casting with built-in or typedef types /… (#3814)
chrchr-github
authored
cd7532d
View commit details
Copy full SHA for cd7532d
View code at this point
Browse repository at this point
Commits on Feb 7, 2022
std.cfg: Improved configuration for fseek(). The 3rd argument is not allowed to be of Boolean type.
orbitcowboy
committed
2f17147
View commit details
Copy full SHA for 2f17147
View code at this point
Browse repository at this point
Commits on Feb 6, 2022
Fixed Ticket 1001 - std.cfg: Invalid parameters for fseek()
orbitcowboy
committed
fa77605
View commit details
Copy full SHA for fa77605
View code at this point
Browse repository at this point
Commits on Feb 4, 2022
test std.cfg: Fixed wrong npos constant.
orbitcowboy
committed
31ea13e
View commit details
Copy full SHA for 31ea13e
View code at this point
Browse repository at this point
std.cfg: Improved configuration of std::[w]string::substr(). Do not allow negative length arguments.
orbitcowboy
committed
7062b0a
View commit details
Copy full SHA for 7062b0a
View code at this point
Browse repository at this point
Commits on Feb 3, 2022
Revert "Fix #10671: functionConst FN with begin/end and const_iterator (#3749)"
Show description for 9f6a36c
danmar
committed
9f6a36c
View commit details
Copy full SHA for 9f6a36c
View code at this point
Browse repository at this point
Commits on Feb 2, 2022
Fix #10671: functionConst FN with begin/end and const_iterator (#3749)
Show description for 2cacb13
rikardfalkeborn
authored
2cacb13
View commit details
Copy full SHA for 2cacb13
View code at this point
Browse repository at this point
Commits on Jan 18, 2022
Fix #10710 FN passedByValue with QString (#3696)
chrchr-github
authored
cb5a50c
View commit details
Copy full SHA for cb5a50c
View code at this point
Browse repository at this point
Commits on Oct 3, 2021
Uninitvar: fixed 'make checkcfg'
danmar
committed
b3f9df9
View commit details
Copy full SHA for b3f9df9
View code at this point
Browse repository at this point
Commits on Aug 9, 2021
#8113: Added a regression test.
orbitcowboy
committed
46f7275
View commit details
Copy full SHA for 46f7275
View code at this point
Browse repository at this point
Commits on Aug 7, 2021
Format with uncrustify (#3388)
pfultz2
authored
7f358b2
View commit details
Copy full SHA for 7f358b2
View code at this point
Browse repository at this point
Commits on Jul 16, 2021
std.cfg: Added overlappingWriteFunction-check to wcsncat().
orbitcowboy
committed
8096fa4
View commit details
Copy full SHA for 8096fa4
View code at this point
Browse repository at this point
std.cfg: Cleanup wrong test case.
orbitcowboy
committed
9b46f59
View commit details
Copy full SHA for 9b46f59
View code at this point
Browse repository at this point
std.cfg: Added a overlappingWriteFunction-check to strncat
orbitcowboy
committed
e90a305
View commit details
Copy full SHA for e90a305
View code at this point
Browse repository at this point
Commits on Jul 14, 2021
std.cfg: Improved configuration of std::next(),std::prev() and added TODO tests
orbitcowboy
committed
435cffa
View commit details
Copy full SHA for 435cffa
View code at this point
Browse repository at this point
Commits on Jul 10, 2021
Added tests for overlapping data.
orbitcowboy
committed
7ad6489
View commit details
Copy full SHA for 7ad6489
View code at this point
Browse repository at this point
std.cfg: Added overlappingWriteFunction check to wcscpy().
orbitcowboy
committed
c38a43c
View commit details
Copy full SHA for c38a43c
View code at this point
Browse repository at this point
Commits on Jul 9, 2021
std.cfg: Added support for wcsncpy regarding data-overlapping
orbitcowboy
committed
652e276
View commit details
Copy full SHA for 652e276
View code at this point
Browse repository at this point
overlapping data; use the size value given by size-arg
danmar
committed
86f1acc
View commit details
Copy full SHA for 86f1acc
View code at this point
Browse repository at this point
std.cfg: Improved configuration of 'strncpy', which is vulnerable for overlapping write issues.
orbitcowboy
committed
5881180
View commit details
Copy full SHA for 5881180
View code at this point
Browse repository at this point
Commits on Jun 3, 2021
std.cfg: Added support for more interfaces
orbitcowboy
committed
f626035
View commit details
Copy full SHA for f626035
View code at this point
Browse repository at this point
std.cfg: Added support for more interfaces
orbitcowboy
committed
39912b5
View commit details
Copy full SHA for 39912b5
View code at this point
Browse repository at this point
std.cfg: Added support for more interfaces
orbitcowboy
committed
4c81a59
View commit details
Copy full SHA for 4c81a59
View code at this point
Browse repository at this point
Commits on May 3, 2021
Fix build warnings and checkcfg errors with musl and libc++. (#3244)
Show description for 6b80296
keinflue
authored
6b80296
View commit details
Copy full SHA for 6b80296
View code at this point
Browse repository at this point
Commits on Dec 5, 2020
Fixed some typos, there are no functional changes intended
orbitcowboy
committed
2c15c38
View commit details
Copy full SHA for 2c15c38
View code at this point
Browse repository at this point
Commits on Jul 1, 2020
windows.cfg: Added some constants from WinUser.h
orbitcowboy
committed
cabafca
View commit details
Copy full SHA for cabafca
View code at this point
Browse repository at this point
Commits on Nov 11, 2019
test std.cfg: Added a regression test for std::vsprintf(). The first argument is allowed to be a null pointer.
orbitcowboy
committed
02adb60
View commit details
Copy full SHA for 02adb60
View code at this point
Browse repository at this point
Commits on Nov 5, 2019
#9455: Added a test case.
orbitcowboy
committed
f59a2b4
View commit details
Copy full SHA for f59a2b4
View code at this point
Browse repository at this point
Commits on Oct 18, 2019
std.cfg: Remove redundant configurations for vector::(push|pop)_back()
Show description for 094caf3
versat
committed
094caf3
View commit details
Copy full SHA for 094caf3
View code at this point
Browse repository at this point
std.cfg: Add support for std::fill_n() (#2273)
Show description for 8eea046
versat
authored
8eea046
View commit details
Copy full SHA for 8eea046
View code at this point
Browse repository at this point
Commits on Sep 24, 2019
std.cfg: Add configuration and tests for std::bind() (#2207)
Show description for 5615da4
versat
authored
5615da4
View commit details
Copy full SHA for 5615da4
View code at this point
Browse repository at this point
Commits on Sep 11, 2019
Track lifetime across multiple returns
Show description for ba03783
pfultz2
authored and
danmar
committed
ba03783
View commit details
Copy full SHA for ba03783
View code at this point
Browse repository at this point
Commits on Aug 27, 2019
std.cfg: Improved configuration for mbrlen() and extended test cases.
orbitcowboy
committed
1994cbb
View commit details
Copy full SHA for 1994cbb
View code at this point
Browse repository at this point
Commits on Mar 4, 2019
Library configuration: function argument direction fixes and enhancements (#1722)
Show description for 0934577
versat
authored
0934577
View commit details
Copy full SHA for 0934577
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.