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 }}
codeterminator
/
cppcheck
Public
forked from
cppcheck-opensource/cppcheck
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
master
User selector
All users
Datepicker
All time
Commit history
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
Commits on Mar 1, 2013
Simplified several Token::Match/simpleMatch calls when match string consists of a single pattern
Show description for 0105f82
PKEuS
committed
0105f82
View commit details
Copy full SHA for 0105f82
View code at this point
Browse repository at this point
Commits on Feb 28, 2013
Changed behaviour of Token::is*Op() functions:
Show description for 670c4de
PKEuS
committed
670c4de
View commit details
Copy full SHA for 670c4de
View code at this point
Browse repository at this point
Fixed #4539 (False positive: Possible null pointer dereference)
zblair
authored and
zblair
committed
ed03e2c
View commit details
Copy full SHA for ed03e2c
View code at this point
Browse repository at this point
Commits on Feb 12, 2013
Reverted fix for #4547: It causes fp. See #4573
danmar
committed
1e550f9
View commit details
Copy full SHA for 1e550f9
View code at this point
Browse repository at this point
Commits on Feb 6, 2013
Fixed #4535 (Simplify checks by caching symbol database Variable pointer in Token)
IOBYTE
authored and
danmar
committed
42588e9
View commit details
Copy full SHA for 42588e9
View code at this point
Browse repository at this point
Commits on Feb 5, 2013
Travis: Fixed Cppcheck warnings (related to #4547)
zingsheim
committed
d9de7f7
View commit details
Copy full SHA for d9de7f7
View code at this point
Browse repository at this point
Commits on Feb 2, 2013
Null pointer: Changed 'possible null pointer dereference - otherwise condition is redundant' to warning
danmar
committed
abd536b
View commit details
Copy full SHA for abd536b
View code at this point
Browse repository at this point
Commits on Feb 1, 2013
CheckNullPointer::isPointerDeRef: Refactoring - use tok->variable(). Ticket: #4535
danmar
committed
a04f7b1
View commit details
Copy full SHA for a04f7b1
View code at this point
Browse repository at this point
Commits on Jan 31, 2013
Symbol database: more function/variable cleanup. Ticket: #4494
IOBYTE
authored and
danmar
committed
ec1c86c
View commit details
Copy full SHA for ec1c86c
View code at this point
Browse repository at this point
Commits on Jan 30, 2013
Fixed #4523 (false positive: (error) Possible null pointer dereference)
danmar
committed
fc42aa3
View commit details
Copy full SHA for fc42aa3
View code at this point
Browse repository at this point
Commits on Jan 29, 2013
Fixed #4523 (false positive: (error) Possible null pointer dereference)
danmar
committed
509dd9a
View commit details
Copy full SHA for 509dd9a
View code at this point
Browse repository at this point
Commits on Jan 28, 2013
SymbolDatabase: Refactor findFunction handling. Ticket: #4494
IOBYTE
authored and
danmar
committed
8597937
View commit details
Copy full SHA for 8597937
View code at this point
Browse repository at this point
Commits on Jan 22, 2013
Don't use Token::Match() for simple string comparison
thomasjfox
committed
f97015e
View commit details
Copy full SHA for f97015e
View code at this point
Browse repository at this point
Commits on Jan 21, 2013
Fixed #3686: false positive: Possible null pointer dereference (inconclusive)
zingsheim
committed
096cb1b
View commit details
Copy full SHA for 096cb1b
View code at this point
Browse repository at this point
Commits on Jan 16, 2013
Fix compiler warnings and comment/string typos
Show description for 4a73c93
Andrew C. Martin
committed
4a73c93
View commit details
Copy full SHA for 4a73c93
View code at this point
Browse repository at this point
Commits on Jan 10, 2013
Fixed #4389 (False positive: Possible null pointer dereference if the default parameter value is used)
zblair
committed
309edbb
View commit details
Copy full SHA for 309edbb
View code at this point
Browse repository at this point
Commits on Jan 1, 2013
Updating year 2012 -> 2013 to .cpp and .h files and man page.
aggro80
committed
5d5f708
View commit details
Copy full SHA for 5d5f708
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.