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 }}
scriptum
/
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
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 30, 2015
std.cfg: Fixed false negatives regarding uninitialized variable usage and added test cases.
orbitcowboy
committed
12b4bf7
View commit details
Copy full SHA for 12b4bf7
View code at this point
Browse repository at this point
Imroved std.cfg and added more test cases.
orbitcowboy
committed
0b78285
View commit details
Copy full SHA for 0b78285
View code at this point
Browse repository at this point
Improved testing of std.cfg regarding <arg nr=any> configured functions and added more test cases.
orbitcowboy
committed
4fcd324
View commit details
Copy full SHA for 4fcd324
View code at this point
Browse repository at this point
Commits on Sep 29, 2015
#7012: Fixed FP in std.cfg by explicitly definining the first parameter of snprintf.
orbitcowboy
committed
c64f9cf
View commit details
Copy full SHA for c64f9cf
View code at this point
Browse repository at this point
Commits on Sep 23, 2015
std.cfg: Added support for wmemcmp() and corresponding test cases.
orbitcowboy
committed
7476f0d
View commit details
Copy full SHA for 7476f0d
View code at this point
Browse repository at this point
Commits on Sep 22, 2015
test/cfg: Deactivated a test case in std.cpp, which tests std::string::find (three parameter version). It cases the travis build to be failing.
orbitcowboy
committed
34dcf11
View commit details
Copy full SHA for 34dcf11
View code at this point
Browse repository at this point
Commits on Sep 21, 2015
std.cfg: Added configuration for std::string:find.
orbitcowboy
committed
10da5d6
View commit details
Copy full SHA for 10da5d6
View code at this point
Browse repository at this point
Commits on Sep 18, 2015
Improved std.cfg and added coressponding test cases to test/cfg.
orbitcowboy
committed
3962241
View commit details
Copy full SHA for 3962241
View code at this point
Browse repository at this point
test/cfg: Improved std.cfg and added corresponding test cases.
orbitcowboy
committed
841ad54
View commit details
Copy full SHA for 841ad54
View code at this point
Browse repository at this point
test/cfg: Improved testing of std.cfg about std::stod().
orbitcowboy
committed
fc4b9d3
View commit details
Copy full SHA for fc4b9d3
View code at this point
Browse repository at this point
Commits on Sep 11, 2015
test/cfg: Improved testing of std.cfg regarding uninitialized and nullPointer checks.
orbitcowboy
committed
fd81ee9
View commit details
Copy full SHA for fd81ee9
View code at this point
Browse repository at this point
test/cfg: Improved testing of std.cfg regarding null pointer dereferences.
orbitcowboy
committed
3187a2b
View commit details
Copy full SHA for 3187a2b
View code at this point
Browse repository at this point
Commits on Sep 10, 2015
test/cfg: Added test cases for std::string find, that demonstrate false negatives in case of uninitialized variable (#6991).
orbitcowboy
committed
7ae7cdd
View commit details
Copy full SHA for 7ae7cdd
View code at this point
Browse repository at this point
Improved testing of std.cfg.
orbitcowboy
committed
5e50166
View commit details
Copy full SHA for 5e50166
View code at this point
Browse repository at this point
Commits on Sep 9, 2015
test/cfg: Improved testing of std.cfg regarding uninitialized variables.
orbitcowboy
committed
2b41641
View commit details
Copy full SHA for 2b41641
View code at this point
Browse repository at this point
test/cfg: Improved testing of std.cfg regarding uninitialized variables.
orbitcowboy
committed
52090f5
View commit details
Copy full SHA for 52090f5
View code at this point
Browse repository at this point
Commits on Sep 8, 2015
test/cfg: Improved testing of std.cfg regarding uninitialized variables.
orbitcowboy
committed
e929e9e
View commit details
Copy full SHA for e929e9e
View code at this point
Browse repository at this point
test/cfg: Improved testing of std.cfg regarding uninitialized variables.
orbitcowboy
committed
60770a8
View commit details
Copy full SHA for 60770a8
View code at this point
Browse repository at this point
test/cfg: Improved testing of std.cfg regarding uninitialized variables.
orbitcowboy
committed
7d229f0
View commit details
Copy full SHA for 7d229f0
View code at this point
Browse repository at this point
Commits on Sep 7, 2015
test/cfg: Improved testing of std.cfg regarding uninitialized variables.
orbitcowboy
committed
0349536
View commit details
Copy full SHA for 0349536
View code at this point
Browse repository at this point
Commits on Sep 4, 2015
Improved testing of std.cfg regarding uninitialized variables.
orbitcowboy
committed
6304eb3
View commit details
Copy full SHA for 6304eb3
View code at this point
Browse repository at this point
Fixed #6974 - false negative: uninitialized variable not detected (signal).
orbitcowboy
committed
27b3461
View commit details
Copy full SHA for 27b3461
View code at this point
Browse repository at this point
Improved testing of std.cfg regarding uninitialized variables.
orbitcowboy
committed
5428813
View commit details
Copy full SHA for 5428813
View code at this point
Browse repository at this point
Improved testing of std.cfg regarding uninitialized variables.
orbitcowboy
committed
c955faf
View commit details
Copy full SHA for c955faf
View code at this point
Browse repository at this point
Commits on Sep 3, 2015
Improved testing of std.cfg regarding uninitialized variables.
orbitcowboy
committed
9daf785
View commit details
Copy full SHA for 9daf785
View code at this point
Browse repository at this point
Improved testing of std.cfg regarding uninitialized variables.
orbitcowboy
committed
84d8a86
View commit details
Copy full SHA for 84d8a86
View code at this point
Browse repository at this point
Commits on Sep 2, 2015
Improved testing of std.cfg regarding uninitialized variables.
orbitcowboy
committed
3455120
View commit details
Copy full SHA for 3455120
View code at this point
Browse repository at this point
Improved testing of std.cfg regarding uninitialized variables.
orbitcowboy
committed
89c4e08
View commit details
Copy full SHA for 89c4e08
View code at this point
Browse repository at this point
Improved testing of std.cfg regarding uninitialized variables.
orbitcowboy
committed
651e225
View commit details
Copy full SHA for 651e225
View code at this point
Browse repository at this point
Commits on Sep 1, 2015
Improved testing of std.cfg regarding uninitialized variables.
orbitcowboy
committed
d87d2ff
View commit details
Copy full SHA for d87d2ff
View code at this point
Browse repository at this point
Improved testing of std.cfg regarding uninitialized variables.
orbitcowboy
committed
c64e744
View commit details
Copy full SHA for c64e744
View code at this point
Browse repository at this point
Improved testing of std.cfg regarding uninitialized variables.
orbitcowboy
committed
9744146
View commit details
Copy full SHA for 9744146
View code at this point
Browse repository at this point
Commits on Aug 31, 2015
Improved testing of std.cfg.
orbitcowboy
committed
f24fdb4
View commit details
Copy full SHA for f24fdb4
View code at this point
Browse repository at this point
Improved testing of std.cfg and added more test cases.
orbitcowboy
committed
0dd0f2a
View commit details
Copy full SHA for 0dd0f2a
View code at this point
Browse repository at this point
Improved testing of std.cfg regarding uninitialized variables.
orbitcowboy
committed
d1ba919
View commit details
Copy full SHA for d1ba919
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.