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
testuninitvar.cpp
on
2.11.x
User selector
All users
All time
Commit history
Commits on Jun 21, 2023
Fix uninitdata regression (#5179)
chrchr-github
authored
4eebf2e
View commit details
Copy full SHA for 4eebf2e
View code at this point
Browse repository at this point
Commits on Jun 20, 2023
Fix #11766 FP uninitdata with cast (#5170)
chrchr-github
authored
f96e3c9
View commit details
Copy full SHA for f96e3c9
View code at this point
Browse repository at this point
Commits on Jun 17, 2023
Added a regression test for FP #10681 uninitvar. (#5168)
Show description for fd3befe
orbitcowboy
authored
fd3befe
View commit details
Copy full SHA for fd3befe
View code at this point
Browse repository at this point
Fix #11776 (False positive: uninitialized variable, struct array member initialized in function) (#5165)
danmar
authored
9a290c9
View commit details
Copy full SHA for 9a290c9
View code at this point
Browse repository at this point
Commits on Jun 10, 2023
Fix FP uninitStructMember when other variable is only nonzero if struct member is initialized (#5143)
danmar
authored
f6a65af
View commit details
Copy full SHA for f6a65af
View code at this point
Browse repository at this point
Commits on May 29, 2023
Fix #1175 uninitialized data: casted to 'int *' and dereferenced (#5008)
chrchr-github
authored
ec2f00d
View commit details
Copy full SHA for ec2f00d
View code at this point
Browse repository at this point
Commits on May 26, 2023
Fix uninitvar false positive in designed initializers (#5079)
Show description for 3d6c453
mptre
authored
3d6c453
View commit details
Copy full SHA for 3d6c453
View code at this point
Browse repository at this point
Commits on May 13, 2023
Fix #10596 FN uninitdata with value initialization (#5056)
Show description for 096d3a7
chrchr-github
authored
096d3a7
View commit details
Copy full SHA for 096d3a7
View code at this point
Browse repository at this point
Commits on May 4, 2023
Add tests for #11075, #11382 (#5035)
chrchr-github
authored
a31c996
View commit details
Copy full SHA for a31c996
View code at this point
Browse repository at this point
testrunner: even more `SettingsBuilder` usage and `const` cleanups (#5030)
Show description for 5833fc3
firewave
authored
5833fc3
View commit details
Copy full SHA for 5833fc3
View code at this point
Browse repository at this point
Fix 11673: FP uninitvar when capturing by reference (#4984)
Show description for 9770dd7
pfultz2
authored
9770dd7
View commit details
Copy full SHA for 9770dd7
View code at this point
Browse repository at this point
Commits on May 3, 2023
Fix remaining example from #11131 (#5029)
chrchr-github
authored
f04d47a
View commit details
Copy full SHA for f04d47a
View code at this point
Browse repository at this point
Commits on May 2, 2023
testrunner: more `SettingsBuilder` usage and `const` cleanups (#5026)
firewave
authored
25183ff
View commit details
Copy full SHA for 25183ff
View code at this point
Browse repository at this point
reduced usage of mutable `Settings` objects in tests (#4798)
firewave
authored
2935c85
View commit details
Copy full SHA for 2935c85
View code at this point
Browse repository at this point
Commits on Apr 25, 2023
Fix #11459 uninitvar false positive (#5011)
Show description for 023e79b
chrchr-github
authored
023e79b
View commit details
Copy full SHA for 023e79b
View code at this point
Browse repository at this point
Commits on Apr 21, 2023
Add tests for #8075, #11608, #11635 (#4995)
Show description for 6e5375f
chrchr-github
authored
6e5375f
View commit details
Copy full SHA for 6e5375f
View code at this point
Browse repository at this point
Commits on Apr 20, 2023
Add tests for # 6561, #6619, #7475 (#4988)
Show description for 67a8ff0
chrchr-github
authored
67a8ff0
View commit details
Copy full SHA for 67a8ff0
View code at this point
Browse repository at this point
Commits on Apr 6, 2023
Fix remaining example from #11599, FN #11646, fix crash (#4929)
Show description for ab24e3a
chrchr-github
authored
ab24e3a
View commit details
Copy full SHA for ab24e3a
View code at this point
Browse repository at this point
Commits on Apr 4, 2023
ValueFlow: Improve the starting point for uninitialized variables to find more uninitialized usages after many conditionals (#4930)
pfultz2
authored
115f17c
View commit details
Copy full SHA for 115f17c
View code at this point
Browse repository at this point
Commits on Apr 2, 2023
Fix #11599 false negative: constParameter (#4902)
Show description for a336048
chrchr-github
authored
a336048
View commit details
Copy full SHA for a336048
View code at this point
Browse repository at this point
Commits on Mar 24, 2023
ValueFlow: Evaluate if statement for function returns (#4908)
pfultz2
authored
fd8a7b9
View commit details
Copy full SHA for fd8a7b9
View code at this point
Browse repository at this point
Commits on Mar 20, 2023
Fix #11624 FP uninitvar with array passed to function (#4903)
chrchr-github
authored
0d02c0a
View commit details
Copy full SHA for 0d02c0a
View code at this point
Browse repository at this point
Commits on Mar 13, 2023
Fix ctuuninitvar false positive for struct that is partly initialized
danmar
committed
a4d2178
View commit details
Copy full SHA for a4d2178
View code at this point
Browse repository at this point
Commits on Mar 12, 2023
removed `experimental` and `safe` from `Certainty` (#4819)
firewave
authored
e2f38fd
View commit details
Copy full SHA for e2f38fd
View code at this point
Browse repository at this point
Commits on Mar 4, 2023
Fix #11597 FP uninitvar with nested enum (#4847)
chrchr-github
authored
b4c90f8
View commit details
Copy full SHA for b4c90f8
View code at this point
Browse repository at this point
Commits on Jan 28, 2023
Update copyright year
danmar
committed
464fbe8
View commit details
Copy full SHA for 464fbe8
View code at this point
Browse repository at this point
Commits on Jan 27, 2023
renamed some files in the `test` folder (#4705)
firewave
authored
1d3955b
View commit details
Copy full SHA for 1d3955b
View code at this point
Browse repository at this point
Commits on Jan 26, 2023
de-coupled `--check-library` from `information` severity and other dependencies (#3861)
firewave
authored
fd15811
View commit details
Copy full SHA for fd15811
View code at this point
Browse repository at this point
Commits on Jan 14, 2023
Fix #11492 FP uninitvar with try/catch (#4711)
chrchr-github
authored
a79dff1
View commit details
Copy full SHA for a79dff1
View code at this point
Browse repository at this point
Commits on Jan 2, 2023
Fix #11460 unintvar false positive (#4674)
Show description for f793b7d
chrchr-github
authored
f793b7d
View commit details
Copy full SHA for f793b7d
View code at this point
Browse repository at this point
Commits on Dec 9, 2022
Fix 11412: False positive: uninitvar (#4624)
Show description for 7acbb65
pfultz2
authored
7acbb65
View commit details
Copy full SHA for 7acbb65
View code at this point
Browse repository at this point
Commits on Dec 7, 2022
Fix #11305 FP uninitvar with unseen typedef (#4612)
chrchr-github
authored
89dba22
View commit details
Copy full SHA for 89dba22
View code at this point
Browse repository at this point
Commits on Oct 14, 2022
Fix #11321 FP uninitvar for in-class member initialization (#4547)
chrchr-github
authored
6c24d2b
View commit details
Copy full SHA for 6c24d2b
View code at this point
Browse repository at this point
Commits on Sep 4, 2022
Fix noreturn FP with while() (#4429)
Show description for 31118fd
chrchr-github
authored
31118fd
View commit details
Copy full SHA for 31118fd
View code at this point
Browse repository at this point
Commits on Jul 8, 2022
Correctly interpret boolean literals in `execute()` (#4251)
Show description for c17e2b9
tau-dev
authored
c17e2b9
View commit details
Copy full SHA for c17e2b9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.