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
lib
checknullpointer.cpp
on
rpg-fix-function-parameter
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 22, 2014
Remove ExecutionPath from CheckNullPointer
danmar
committed
1d7bb05
View commit details
Copy full SHA for 1d7bb05
View code at this point
Browse repository at this point
value flow: replacing executionpath checking of null pointers
danmar
committed
f3f7e6d
View commit details
Copy full SHA for f3f7e6d
View code at this point
Browse repository at this point
value flow: use more specific bailouts when analysing value flow after assignment
danmar
committed
43db1ee
View commit details
Copy full SHA for 43db1ee
View code at this point
Browse repository at this point
Commits on Jan 21, 2014
Null pointer: remove old checking that is replaced by value flow checking
danmar
committed
a84fdf9
View commit details
Copy full SHA for a84fdf9
View code at this point
Browse repository at this point
Commits on Jan 20, 2014
value flow: cleanup usage of valueflow. utility function Token::getValue was added.
danmar
committed
6910978
View commit details
Copy full SHA for 6910978
View code at this point
Browse repository at this point
Commits on Jan 17, 2014
Removed the --value-flow flag. ValueFlow analysis will always be enabled from now on.
danmar
committed
30cae35
View commit details
Copy full SHA for 30cae35
View code at this point
Browse repository at this point
CheckNullPointer: Removed some of the old checking that doesn't use ValueFlow
danmar
committed
5721e1d
View commit details
Copy full SHA for 5721e1d
View code at this point
Browse repository at this point
Commits on Jan 13, 2014
value flow: fixed fp when self-checking checkbool.cpp. added some comments.
danmar
committed
bfc67a5
View commit details
Copy full SHA for bfc67a5
View code at this point
Browse repository at this point
Commits on Jan 12, 2014
Fixed cppcheck warning
danmar
committed
f6c7be9
View commit details
Copy full SHA for f6c7be9
View code at this point
Browse repository at this point
value flow: inconclusive handling of unknown functions
danmar
committed
8b6f001
View commit details
Copy full SHA for 8b6f001
View code at this point
Browse repository at this point
CheckNullPointer: improved function call checking when new value flow analysis is used
danmar
committed
5d2a39b
View commit details
Copy full SHA for 5d2a39b
View code at this point
Browse repository at this point
Commits on Jan 11, 2014
value flow: improved analysis of expressions below ?, && and || operators
danmar
committed
02b92ef
View commit details
Copy full SHA for 02b92ef
View code at this point
Browse repository at this point
Commits on Jan 8, 2014
value flow: starting to refactor CheckNullPointer::nullPointerDeRefThenCheck
danmar
committed
7c4a7ac
View commit details
Copy full SHA for 7c4a7ac
View code at this point
Browse repository at this point
Commits on Jan 3, 2014
Fixed #5274 (TokenList: macro handling)
danmar
committed
7125682
View commit details
Copy full SHA for 7125682
View code at this point
Browse repository at this point
Commits on Dec 13, 2013
fixed FP when passing uninitialized buffer as 2nd argument to itoa
danmar
committed
abdd29f
View commit details
Copy full SHA for abdd29f
View code at this point
Browse repository at this point
Commits on Nov 8, 2013
Null pointers: Don't warn when first argument to freopen() is NULL
danmar
committed
20b84fc
View commit details
Copy full SHA for 20b84fc
View code at this point
Browse repository at this point
Commits on Nov 4, 2013
Fixed #5108 (false positive: uninitialized variable (assignment in function parameter))
danmar
committed
7996d60
View commit details
Copy full SHA for 7996d60
View code at this point
Browse repository at this point
Commits on Oct 27, 2013
Merge pull request #183 from felipensp/null_ptr_typeof
Show description for 4a6274d
danmar
committed
4a6274d
View commit details
Copy full SHA for 4a6274d
View code at this point
Browse repository at this point
Commits on Oct 22, 2013
Fixed #4929 (False positive: possible null pointer deref (checks dont handle && and || well))
danmar
committed
fd0f2d7
View commit details
Copy full SHA for fd0f2d7
View code at this point
Browse repository at this point
Commits on Oct 20, 2013
Fixed #5082 (False positive: (error) Possible null pointer dereference: p2)
danmar
committed
fc26de8
View commit details
Copy full SHA for fc26de8
View code at this point
Browse repository at this point
Commits on Oct 12, 2013
- Fixed false positive when passing pointer to typeof()
felipensp
committed
ecb0e70
View commit details
Copy full SHA for ecb0e70
View code at this point
Browse repository at this point
Fixed #5080 ((error) Internal error. Token::Match called with varid 0. Please report this to Cppcheck developers)
IOBYTE
authored and
danmar
committed
1fccfd5
View commit details
Copy full SHA for 1fccfd5
View code at this point
Browse repository at this point
Commits on Aug 24, 2013
Fixed FP: Null pointer dereference
lucasmrod
committed
a70b0cd
View commit details
Copy full SHA for a70b0cd
View code at this point
Browse repository at this point
Commits on Jul 20, 2013
SymbolDatabase: Renamed Variable::varId() to Variable::declarationId() to make it more clear how it works.
danmar
committed
9c67af0
View commit details
Copy full SHA for 9c67af0
View code at this point
Browse repository at this point
Commits on Jul 15, 2013
astyle formatting
danmar
committed
a01e54f
View commit details
Copy full SHA for a01e54f
View code at this point
Browse repository at this point
Library: Improved handling in CheckNullPointer::parseFunctionCall for Library data
danmar
committed
7443883
View commit details
Copy full SHA for 7443883
View code at this point
Browse repository at this point
Commits on Jun 7, 2013
Fixed #4809 (Review CheckNullPointer::parseFunctionCall)
danmar
committed
10849e2
View commit details
Copy full SHA for 10849e2
View code at this point
Browse repository at this point
Commits on May 3, 2013
Fixed #4734 (False 'Possible null pointer dereference')
danmar
committed
079d22f
View commit details
Copy full SHA for 079d22f
View code at this point
Browse repository at this point
Commits on Apr 27, 2013
Ticket #4510 - Reduced the scope of the safeFunctions variable to avoid a cppcheck style issue
Zachary Blair
committed
1f97e0e
View commit details
Copy full SHA for 1f97e0e
View code at this point
Browse repository at this point
Commits on Apr 26, 2013
Ticket #4510 - Fixed a Travis build error resulting from reporting a warning when warnings are not enabled
Zachary Blair
committed
2bc67d7
View commit details
Copy full SHA for 2bc67d7
View code at this point
Browse repository at this point
Commits on Apr 25, 2013
Fixed #4510 (False positive: "Possible null pointer dereference if the default parameter value is used" after init)
Zachary Blair
committed
3566838
View commit details
Copy full SHA for 3566838
View code at this point
Browse repository at this point
Commits on Apr 10, 2013
Implemented support for move constructors:
Show description for 54e7c8f
zingsheim
committed
54e7c8f
View commit details
Copy full SHA for 54e7c8f
View code at this point
Browse repository at this point
Commits on Apr 7, 2013
Fixed #4677 (Message for 'possible null pointer dereference, otherwise it is redundant to check..' is warning but says error)
danmar
committed
38680e3
View commit details
Copy full SHA for 38680e3
View code at this point
Browse repository at this point
Commits on Apr 3, 2013
Improved expression parsing in CheckNullPointer::isPointerDeRef() - fixed #4692
PKEuS
committed
51685f2
View commit details
Copy full SHA for 51685f2
View code at this point
Browse repository at this point
Commits on Mar 29, 2013
Fixed Cppcheck warning. Function can be const
danmar
committed
2b51993
View commit details
Copy full SHA for 2b51993
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.