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
.
cpphl
/
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
testuninitvar.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 12, 2019
Fixed #9349 (FP ctuuninitvar for pointer dereferenced inside sizeof)
danmar
committed
da363c7
View commit details
Copy full SHA for da363c7
View code at this point
Browse repository at this point
Commits on Sep 10, 2019
Fix issue 9348: FP uninitvar for pointer passed to memcpy (#2167)
pfultz2
authored and
danmar
committed
2595b82
View commit details
Copy full SHA for 2595b82
View code at this point
Browse repository at this point
Commits on Sep 9, 2019
#8755: Add regression test (#2160)
Show description for 4a11964
versat
authored and
amai2012
committed
4a11964
View commit details
Copy full SHA for 4a11964
View code at this point
Browse repository at this point
Commits on Sep 3, 2019
Fix issue 8785: ValueFlow: Track pointer alias
Show description for 1afd56e
pfultz2
authored and
danmar
committed
1afd56e
View commit details
Copy full SHA for 1afd56e
View code at this point
Browse repository at this point
Fix issue 9293: false negative: uninitvar
pfultz2
authored and
danmar
committed
55a78f4
View commit details
Copy full SHA for 55a78f4
View code at this point
Browse repository at this point
Commits on Sep 2, 2019
astyle formatting
Show description for 7d63bde
danmar
committed
7d63bde
View commit details
Copy full SHA for 7d63bde
View code at this point
Browse repository at this point
Commits on Sep 1, 2019
Fix crash in CheckUninitVar (#2129)
Show description for 7a75aa0
Ken-Patrick
authored and
danmar
committed
7a75aa0
View commit details
Copy full SHA for 7a75aa0
View code at this point
Browse repository at this point
Commits on Aug 30, 2019
Fix issue 9305: False positive uninitvar - struct initialized via function (#2123)
pfultz2
authored and
danmar
committed
0b9e823
View commit details
Copy full SHA for 0b9e823
View code at this point
Browse repository at this point
Add more tests for valueFlowUninit (#2124)
pfultz2
authored and
amai2012
committed
2942be5
View commit details
Copy full SHA for 2942be5
View code at this point
Browse repository at this point
Commits on Aug 29, 2019
Fix issue 9302: FP uninitvar - struct accessed via pointer (#2121)
pfultz2
authored and
danmar
committed
03fe679
View commit details
Copy full SHA for 03fe679
View code at this point
Browse repository at this point
Commits on Aug 26, 2019
Fix syntax in test code example
amai2012
committed
1538248
View commit details
Copy full SHA for 1538248
View code at this point
Browse repository at this point
Commits on Aug 24, 2019
Fixed #5259 (Improve check: Uninitialized variable not reported when used in array initialization)
danmar
committed
9d26be8
View commit details
Copy full SHA for 9d26be8
View code at this point
Browse repository at this point
Fix issue 9190: FP uninitvar for struct member (#2112)
Show description for 5c488b9
pfultz2
authored and
danmar
committed
5c488b9
View commit details
Copy full SHA for 5c488b9
View code at this point
Browse repository at this point
Fixed #5259 (Improve check: Uninitialized variable not reported when used in array initialization)
danmar
committed
35fb55d
View commit details
Copy full SHA for 35fb55d
View code at this point
Browse repository at this point
Commits on Aug 23, 2019
Fix issue 6010: Uninitialized inner struct (#2098)
Show description for c0a8d62
pfultz2
authored and
danmar
committed
c0a8d62
View commit details
Copy full SHA for c0a8d62
View code at this point
Browse repository at this point
Commits on Aug 19, 2019
Add regression test for 9281 (#2097)
pfultz2
authored and
danmar
committed
1f747d0
View commit details
Copy full SHA for 1f747d0
View code at this point
Browse repository at this point
Commits on Aug 17, 2019
Fix FP: Unitialized variable when using a pointer
Show description for ee7fe3a
pfultz2
authored and
danmar
committed
ee7fe3a
View commit details
Copy full SHA for ee7fe3a
View code at this point
Browse repository at this point
Commits on Aug 16, 2019
Fix issue 8715: regression uninitvar not detected (#2092)
pfultz2
authored and
danmar
committed
3aef0c9
View commit details
Copy full SHA for 3aef0c9
View code at this point
Browse repository at this point
Commits on Aug 15, 2019
Fix issue 8825: ValueFlow: uninitialized struct member (#2087)
Show description for af214e8
pfultz2
authored and
danmar
committed
af214e8
View commit details
Copy full SHA for af214e8
View code at this point
Browse repository at this point
Commits on Jul 24, 2019
Fixed #7758 (Function array is seen as Uninitialized)
danmar
committed
e11dcc6
View commit details
Copy full SHA for e11dcc6
View code at this point
Browse repository at this point
Commits on Jul 22, 2019
Run more tests on full token list (#2020)
Show description for 06337ce
rikardfalkeborn
authored and
danmar
committed
06337ce
View commit details
Copy full SHA for 06337ce
View code at this point
Browse repository at this point
Commits on Jun 2, 2019
uninitStructMember: Fixed FP shown in daca@home
danmar
committed
7ca35d1
View commit details
Copy full SHA for 7ca35d1
View code at this point
Browse repository at this point
Commits on Mar 9, 2019
Uninitialized variables: Fixed false positive
danmar
committed
b9ac77a
View commit details
Copy full SHA for b9ac77a
View code at this point
Browse repository at this point
Commits on Mar 8, 2019
checkuninitvar.cpp: Use argument direction "out" info from library cfg (#1730)
Show description for c8003d4
versat
authored
c8003d4
View commit details
Copy full SHA for c8003d4
View code at this point
Browse repository at this point
Commits on Mar 2, 2019
Do not write extra uninitvar warnings
danmar
committed
8a3b73f
View commit details
Copy full SHA for 8a3b73f
View code at this point
Browse repository at this point
Commits on Feb 27, 2019
Fix uninitvar false positive when taking address of variable
danmar
committed
e27a7a5
View commit details
Copy full SHA for e27a7a5
View code at this point
Browse repository at this point
Fixed #8999 (False positive uninitvar related to casting)
danmar
committed
8014372
View commit details
Copy full SHA for 8014372
View code at this point
Browse repository at this point
Commits on Feb 26, 2019
Comment bailout
Show description for b248075
danmar
committed
b248075
View commit details
Copy full SHA for b248075
View code at this point
Browse repository at this point
UninitVar: Fix false positives when there is possible cast
danmar
committed
9e93e89
View commit details
Copy full SHA for 9e93e89
View code at this point
Browse repository at this point
Commits on Feb 10, 2019
UninitVar: Fix --experimental-fast issues
danmar
committed
6ca1aba
View commit details
Copy full SHA for 6ca1aba
View code at this point
Browse repository at this point
Commits on Feb 9, 2019
Update copyright year
danmar
committed
bd7790f
View commit details
Copy full SHA for bd7790f
View code at this point
Browse repository at this point
Commits on Jan 12, 2019
Use OVERRIDE in test
danmar
committed
8dd641b
View commit details
Copy full SHA for 8dd641b
View code at this point
Browse repository at this point
Commits on Dec 30, 2018
CTU: Find paths better
danmar
committed
c8901e9
View commit details
Copy full SHA for c8901e9
View code at this point
Browse repository at this point
Commits on Dec 25, 2018
CTU: Refactoring
danmar
committed
271763e
View commit details
Copy full SHA for 271763e
View code at this point
Browse repository at this point
Commits on Dec 18, 2018
Take back the whole program analysis for null pointers and uninitialized variables
danmar
committed
0f63874
View commit details
Copy full SHA for 0f63874
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.