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
testmemleak.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 25, 2019
Various clang-tidy fixes (#2192)
Show description for eac040a
firewave
authored and
danmar
committed
eac040a
View commit details
Copy full SHA for eac040a
View code at this point
Browse repository at this point
Commits on Aug 23, 2019
leakNoReturnVar: Don't break early (#2095)
Show description for fd3cb24
rikardfalkeborn
authored and
danmar
committed
fd3cb24
View commit details
Copy full SHA for fd3cb24
View code at this point
Browse repository at this point
Commits on Aug 14, 2019
leakNoVarFunctionCall: Use AST more (fix #9252) (#2086)
Show description for fc1d5b1
rikardfalkeborn
authored and
danmar
committed
fc1d5b1
View commit details
Copy full SHA for fc1d5b1
View code at this point
Browse repository at this point
Commits on Aug 12, 2019
Fix #9253: leakNoVarFunctionCall: do not warn if freopen opens standard stream (#2076)
Show description for cd36f8e
rikardfalkeborn
authored and
danmar
committed
cd36f8e
View commit details
Copy full SHA for cd36f8e
View code at this point
Browse repository at this point
Commits on Jul 25, 2019
Fix FP leakVarNotUsed with freopen() and stdin (#2034)
Show description for a69a570
rikardfalkeborn
authored and
danmar
committed
a69a570
View commit details
Copy full SHA for a69a570
View code at this point
Browse repository at this point
Commits on Jul 22, 2019
Use library for memleak checks (#2002)
Show description for 8cd1d5a
rikardfalkeborn
authored and
danmar
committed
8cd1d5a
View commit details
Copy full SHA for 8cd1d5a
View code at this point
Browse repository at this point
Commits on Jul 5, 2019
Fix #6115 (Add support to realloc to cfg files) (#1953)
Show description for 839fcdd
rikardfalkeborn
authored and
danmar
committed
839fcdd
View commit details
Copy full SHA for 839fcdd
View code at this point
Browse repository at this point
Commits on Jun 30, 2019
Correct Zero/Null as pointer constant (#1938)
Show description for a195477
scottfurry
authored and
danmar
committed
a195477
View commit details
Copy full SHA for a195477
View code at this point
Browse repository at this point
Commits on Apr 22, 2019
Fixed #8848 (False positive memory leak if locally defined type returns a new pointer)
danmar
committed
80d7df0
View commit details
Copy full SHA for 80d7df0
View code at this point
Browse repository at this point
Commits on Apr 12, 2019
Fix compiler errors. After removing the -std=posix.
danmar
committed
773d19b
View commit details
Copy full SHA for 773d19b
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 Feb 3, 2019
Fixed #7845 (Leak reported when ignoring return value of 'new', even if pointer saved by constructor)
danmar
committed
a4406ac
View commit details
Copy full SHA for a4406ac
View code at this point
Browse repository at this point
Commits on Jan 12, 2019
Remove TestMemleakGlib and TestMemleakWindows
Show description for 21f7274
danmar
committed
21f7274
View commit details
Copy full SHA for 21f7274
View code at this point
Browse repository at this point
Remove unused test class. The old memleaks checker will not be used anymore.
danmar
committed
9765a2d
View commit details
Copy full SHA for 9765a2d
View code at this point
Browse repository at this point
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 Jan 9, 2019
Fixed #8116 ([False positive] Invalid memory leak detection when using reference.)
danmar
committed
35e5694
View commit details
Copy full SHA for 35e5694
View code at this point
Browse repository at this point
Commits on Dec 17, 2018
Code cleanup
danmar
committed
643ddd4
View commit details
Copy full SHA for 643ddd4
View code at this point
Browse repository at this point
CheckMemoryLeak: Cleanup the old memory leaks check
danmar
committed
3b328f9
View commit details
Copy full SHA for 3b328f9
View code at this point
Browse repository at this point
Commits on Nov 12, 2018
Fixed #8100 (False positive when method/function defines lambda with pointer return value)
danmar
committed
3d62994
View commit details
Copy full SHA for 3d62994
View code at this point
Browse repository at this point
Commits on Oct 1, 2018
Fix FP with fclose after comma (#7525) (#1407)
rikardfalkeborn
authored and
danmar
committed
b3fef79
View commit details
Copy full SHA for b3fef79
View code at this point
Browse repository at this point
Commits on Sep 24, 2018
Improved const correctness of local variables. (#1396)
Show description for 2f032d8
orbitcowboy
authored
2f032d8
View commit details
Copy full SHA for 2f032d8
View code at this point
Browse repository at this point
Commits on Aug 5, 2018
Fix testrunner
danmar
committed
d8997bb
View commit details
Copy full SHA for d8997bb
View code at this point
Browse repository at this point
Commits on May 15, 2018
Fix override warnings. (#1234)
IOBYTE
authored and
danmar
committed
ce50df8
View commit details
Copy full SHA for ce50df8
View code at this point
Browse repository at this point
Commits on Apr 27, 2018
Refactoring; Renamed Scope::classStart and Scope::classEnd
danmar
committed
f336c2e
View commit details
Copy full SHA for f336c2e
View code at this point
Browse repository at this point
Commits on Apr 9, 2018
Refactorization: Replace several push_back-sequences by initializer lists
PKEuS
committed
bbfcccf
View commit details
Copy full SHA for bbfcccf
View code at this point
Browse repository at this point
Commits on Apr 5, 2018
Fix false positive when constructing with curly brace (#1148)
pfultz2
authored and
danmar
committed
54de7b4
View commit details
Copy full SHA for 54de7b4
View code at this point
Browse repository at this point
Commits on Jan 14, 2018
Updated copyright year
danmar
committed
c4caee6
View commit details
Copy full SHA for c4caee6
View code at this point
Browse repository at this point
Commits on Jan 8, 2018
Updated AStyle to version 3.0.1
PKEuS
committed
b684e1f
View commit details
Copy full SHA for b684e1f
View code at this point
Browse repository at this point
Commits on Jan 5, 2018
test: Various micro optimizations: Replaced std::string() with std::string(). Use std::string::clear() instead of s = and prefer std::string::empty() instead of (s == ) for checking a string is em…
orbitcowboy
committed
53fbfc9
View commit details
Copy full SHA for 53fbfc9
View code at this point
Browse repository at this point
Commits on May 27, 2017
iwyu - include what you use
mathbunnyru
authored and
danmar
committed
28aa939
View commit details
Copy full SHA for 28aa939
View code at this point
Browse repository at this point
Commits on May 18, 2017
Use simplecpp lexer in test cases
danmar
committed
040d2f0
View commit details
Copy full SHA for 040d2f0
View code at this point
Browse repository at this point
Commits on Mar 25, 2017
Tests for git pull request #882.
IOBYTE
committed
3dba1b1
View commit details
Copy full SHA for 3dba1b1
View code at this point
Browse repository at this point
Commits on Feb 25, 2017
Fixed #7918 (::exit() not recognized as noreturn)
danmar
committed
55d7ab6
View commit details
Copy full SHA for 55d7ab6
View code at this point
Browse repository at this point
Commits on Jan 27, 2017
Ticket #7440: Function calls should not abort pointer alias analysis for local variables.
simartin
committed
5262ed0
View commit details
Copy full SHA for 5262ed0
View code at this point
Browse repository at this point
Commits on Jan 18, 2017
Merge pull request #858 from simartin/ticket_7820
Show description for 722fac3
amai2012
authored
722fac3
View commit details
Copy full SHA for 722fac3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.