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 }}
albert-github
/
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
All time
Commit history
Commits on Jul 22, 2024
Fix #12953 Wrong error id reported (memleak vs. resourceLeak) (#6631)
chrchr-github
authored
ac5d06c
View commit details
Copy full SHA for ac5d06c
View code at this point
Browse repository at this point
Commits on May 22, 2024
iwyu.yml: switched to Fedora to get the latest `include-what-you-use` / cleaned up includes (#6340)
firewave
authored
570c11d
View commit details
Copy full SHA for 570c11d
View code at this point
Browse repository at this point
Commits on May 16, 2024
testrunner: prefer to pass code as sized `const char[]` (#6381)
firewave
authored
5f9039e
View commit details
Copy full SHA for 5f9039e
View code at this point
Browse repository at this point
Commits on May 12, 2024
Added regression test for #11246 (#6399)
Show description for a9e479a
orbitcowboy
authored
a9e479a
View commit details
Copy full SHA for a9e479a
View code at this point
Browse repository at this point
Added regression test for #12253 (#6398)
Show description for 9d373cf
orbitcowboy
authored
9d373cf
View commit details
Copy full SHA for 9d373cf
View code at this point
Browse repository at this point
Commits on Apr 25, 2024
Fix #12653, #12655 fuzzing crashes (#6339)
chrchr-github
authored
4efb001
View commit details
Copy full SHA for 4efb001
View code at this point
Browse repository at this point
Commits on Apr 20, 2024
Update copyright year (#6310)
danmar
authored
58030b8
View commit details
Copy full SHA for 58030b8
View code at this point
Browse repository at this point
Commits on Apr 10, 2024
Tokenizer: moved test-only `tokenize()` to `SimpleTokenizer` / several cleanups (#6264)
firewave
authored
789be1c
View commit details
Copy full SHA for 789be1c
View code at this point
Browse repository at this point
Commits on Mar 24, 2024
Fix #12540 #12542 fuzzing crashes (#6177)
chrchr-github
authored
aa122ea
View commit details
Copy full SHA for aa122ea
View code at this point
Browse repository at this point
Commits on Mar 13, 2024
testrunner: make sure the error output is consumed (#6117)
firewave
authored
1bace58
View commit details
Copy full SHA for 1bace58
View code at this point
Browse repository at this point
Commits on Mar 8, 2024
iwyu.yml: use OpenSUSE to get latest `include-what-you-use` / cleaned up includes (#5673)
Show description for f465dc5
firewave
authored
f465dc5
View commit details
Copy full SHA for f465dc5
View code at this point
Browse repository at this point
Commits on Mar 6, 2024
testrunner: added options `-n` (no summary) and `-d` (dry run) / added script to run test cases separately / adjusted some tests (#6049)
Show description for 54c01cf
firewave
authored
54c01cf
View commit details
Copy full SHA for 54c01cf
View code at this point
Browse repository at this point
Commits on Jan 18, 2024
Fix #12327 FP memleak when storing pointer in object / #12332 FN memleak for allocation functions with std:: prefix (#5861)
chrchr-github
authored
303652c
View commit details
Copy full SHA for 303652c
View code at this point
Browse repository at this point
Commits on Jan 13, 2024
pass `Settings` by reference into `Tokenizer` (#5857)
Show description for d015007
firewave
authored
d015007
View commit details
Copy full SHA for d015007
View code at this point
Browse repository at this point
Commits on Aug 10, 2023
Fix FP leakNoVarFunctionCall (#5309)
chrchr-github
authored
560982d
View commit details
Copy full SHA for 560982d
View code at this point
Browse repository at this point
Fix #11866 FN memleak when pointer is converted to bool (#5306)
chrchr-github
authored
23deadb
View commit details
Copy full SHA for 23deadb
View code at this point
Browse repository at this point
Commits on Aug 2, 2023
cleaned up includes based on include-what-you-use / iwyu.yml: updated to yet another distro to get the latest version and updated the Chaotic-AUR key (#5267)
Show description for 45de338
firewave
authored
45de338
View commit details
Copy full SHA for 45de338
View code at this point
Browse repository at this point
Commits on May 22, 2023
Fix #8433 FN unused variable not detected when there is lambda (#5060)
Show description for 8eabf5c
chrchr-github
authored
8eabf5c
View commit details
Copy full SHA for 8eabf5c
View code at this point
Browse repository at this point
Commits on May 2, 2023
reduced usage of mutable `Settings` objects in tests (#4798)
firewave
authored
2935c85
View commit details
Copy full SHA for 2935c85
View code at this point
Browse repository at this point
Commits on Apr 8, 2023
iwyu.yml: use a distro which has the latest `include-what-you-use` / enabled Qt mappings / cleaned up includes (#4885)
firewave
authored
5be8eee
View commit details
Copy full SHA for 5be8eee
View code at this point
Browse repository at this point
Commits on Mar 2, 2023
improved library loading in tests (#4806)
firewave
authored
3ec4da0
View commit details
Copy full SHA for 3ec4da0
View code at this point
Browse repository at this point
Commits on Jan 28, 2023
Update copyright year
danmar
committed
464fbe8
View commit details
Copy full SHA for 464fbe8
View code at this point
Browse repository at this point
Commits on Jan 27, 2023
renamed some files in the `test` folder (#4705)
firewave
authored
1d3955b
View commit details
Copy full SHA for 1d3955b
View code at this point
Browse repository at this point
Commits on Sep 29, 2022
Fix leakNoVarFunctionCall FP (#4523)
chrchr-github
authored
6142ba5
View commit details
Copy full SHA for 6142ba5
View code at this point
Browse repository at this point
Commits on Sep 27, 2022
Fix #9653 FP leakReturnValNotUsed although (void) is specified (#4431)
chrchr-github
authored
56e2af5
View commit details
Copy full SHA for 56e2af5
View code at this point
Browse repository at this point
Fix #11039 Empty AST with delete new / #11327 FP leakReturnValNotUsed with new and offset (#4513)
Show description for cab4997
chrchr-github
authored
cab4997
View commit details
Copy full SHA for cab4997
View code at this point
Browse repository at this point
Commits on Sep 16, 2022
iwyu.yml: use `debian:unstable` to always get latest include-what-you-use / cleaned up includes (#4466)
Show description for b3ec225
firewave
authored
b3ec225
View commit details
Copy full SHA for b3ec225
View code at this point
Browse repository at this point
Commits on Aug 25, 2022
Fix #5678 FN destructor with no definition hide mismatching alloc/dealloc (#4401)
Show description for 917496a
chrchr-github
authored
917496a
View commit details
Copy full SHA for 917496a
View code at this point
Browse repository at this point
Commits on Aug 19, 2022
added more missing `sstream` includes (#4384)
firewave
authored
1b4141c
View commit details
Copy full SHA for 1b4141c
View code at this point
Browse repository at this point
Commits on Jun 30, 2022
Fix FP leakNoVarFunctionCall (#4243)
Show description for d8e64b4
chrchr-github
authored
d8e64b4
View commit details
Copy full SHA for d8e64b4
View code at this point
Browse repository at this point
Commits on Jun 29, 2022
Fix FP leakNoVarFunctionCall with unknown function (#4242)
Show description for 06b408e
chrchr-github
authored
06b408e
View commit details
Copy full SHA for 06b408e
View code at this point
Browse repository at this point
Fix FP leakNoVarFunctionCall (#4241)
Show description for b90a726
chrchr-github
authored
b90a726
View commit details
Copy full SHA for b90a726
View code at this point
Browse repository at this point
Commits on Jun 28, 2022
Fix #11157 FN: leakNoVarFunctionCall (switch condition) (#4240)
Show description for 2223cd2
chrchr-github
authored
2223cd2
View commit details
Copy full SHA for 2223cd2
View code at this point
Browse repository at this point
Commits on Jun 27, 2022
Fix #11155 FN: leakNoVarFunctionCall (ternary operator) (#4239)
Show description for cdeebc1
chrchr-github
authored
cdeebc1
View commit details
Copy full SHA for cdeebc1
View code at this point
Browse repository at this point
Fix #10858 FN: leakNoVarFunctionCall (if ( b && malloc ) ) (#4237)
Show description for e7e23e8
chrchr-github
authored
e7e23e8
View commit details
Copy full SHA for e7e23e8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.