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
lib
checkuninitvar.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 30, 2019
Fix issue 2153: valueFlowAfterCondition: struct member (#2228)
Show description for 166bd2b
pfultz2
authored and
danmar
committed
166bd2b
View commit details
Copy full SHA for 166bd2b
View code at this point
Browse repository at this point
Commits on Sep 20, 2019
Add impossible values to ValueFlow (#2186)
Show description for ad8abdb
pfultz2
authored and
danmar
committed
ad8abdb
View commit details
Copy full SHA for ad8abdb
View code at this point
Browse repository at this point
Commits on Sep 12, 2019
Fix travis build
danmar
committed
4e076e1
View commit details
Copy full SHA for 4e076e1
View code at this point
Browse repository at this point
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 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
Clarify valueFlowUninit (#2136)
Show description for 005765a
Ken-Patrick
authored and
danmar
committed
005765a
View commit details
Copy full SHA for 005765a
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
Commits on Aug 24, 2019
Try to make Travis happy
danmar
committed
0dfda5e
View commit details
Copy full SHA for 0dfda5e
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
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
astyle formatting
Show description for 50c6af5
versat
committed
50c6af5
View commit details
Copy full SHA for 50c6af5
View code at this point
Browse repository at this point
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 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 Aug 2, 2019
Refactoring: Convert enums to enum classes
amai2012
committed
f02636e
View commit details
Copy full SHA for f02636e
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 14, 2019
Mark members and arguments with 'nonneg'
danmar
committed
0014fe8
View commit details
Copy full SHA for 0014fe8
View code at this point
Browse repository at this point
Commits on Jul 13, 2019
Avoid 'unsigned' when declaring int variables in checkuninitvar
danmar
committed
f5e76a2
View commit details
Copy full SHA for f5e76a2
View code at this point
Browse repository at this point
Commits on Jul 10, 2019
Refactoring; enum class
danmar
committed
95d65c8
View commit details
Copy full SHA for 95d65c8
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 23, 2019
CheckBufferOverrun: Add CTU analysis
danmar
committed
15fc9a6
View commit details
Copy full SHA for 15fc9a6
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 6, 2019
checkuninitvar.cpp: Use argument direction info from library config. (#1728)
Show description for 6228ea2
versat
authored
6228ea2
View commit details
Copy full SHA for 6228ea2
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
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
Previous
Next
You can’t perform that action at this time.