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 }}
ProgramMax
/
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
Branch selector
master
User selector
HeisSpiter
Datepicker
All time
Commit history
Commits on Feb 20, 2016
windows.cfg: Add CoTaskMemAlloc() and CoTaskMemFree() functions
HeisSpiter
committed
ade7138
View commit details
Copy full SHA for ade7138
Browse repository at this point
Commits on May 19, 2015
Add various tests targeting Windows platform to show the current troubles cppcheck has to distinguish two different source of allocation used together.
HeisSpiter
committed
5a68e35
View commit details
Copy full SHA for 5a68e35
Browse repository at this point
Handle HeapCreate()/HeapDestroy() API for Windows
HeisSpiter
committed
f27c787
View commit details
Copy full SHA for f27c787
Browse repository at this point
Commits on Jun 14, 2014
Add a few more types for Windows
HeisSpiter
committed
cd69b00
View commit details
Copy full SHA for cd69b00
Browse repository at this point
Commits on Jun 13, 2014
Add Windows type sizes when possible
HeisSpiter
committed
2a02703
View commit details
Copy full SHA for 2a02703
Browse repository at this point
Add sign information for a few Windows types
HeisSpiter
committed
d055d9e
View commit details
Copy full SHA for d055d9e
Browse repository at this point
Commits on May 31, 2014
Add a new test for OpenFile function from windows.cfg.
Show description for 1cf2e36
HeisSpiter
committed
1cf2e36
View commit details
Copy full SHA for 1cf2e36
Browse repository at this point
Commits on Apr 18, 2014
updated posix.cfg
HeisSpiter
authored and
danmar
committed
cf12f2a
View commit details
Copy full SHA for cf12f2a
Browse repository at this point
Commits on Apr 9, 2014
Work on windows.cfg: - Add more resource/memory functions - Complete the information about some functions
HeisSpiter
authored and
danmar
committed
a9e5302
View commit details
Copy full SHA for a9e5302
Browse repository at this point
Commits on Mar 30, 2014
Complete a bit windows.cfg:
Show description for 26a2a9e
HeisSpiter
committed
26a2a9e
View commit details
Copy full SHA for 26a2a9e
Browse repository at this point
Commits on Feb 12, 2014
Fix & complete windows.cfg (likely not exhaustive)
HeisSpiter
committed
22104cc
View commit details
Copy full SHA for 22104cc
Browse repository at this point
Commits on Mar 31, 2012
Fix a memory leak and a performance issue in checkExecutionPaths()
HeisSpiter
committed
72c2f40
View commit details
Copy full SHA for 72c2f40
Browse repository at this point
Commits on Mar 27, 2012
Add the RTL memory functions for the simplifications on Windows code.
HeisSpiter
committed
e46c7eb
View commit details
Copy full SHA for e46c7eb
Browse repository at this point
Commits on Mar 23, 2012
Merge the strncmp & malloc sizeof checks into a more generic test that handles several cases where sizeof is misused, or could be misused
HeisSpiter
committed
2b5ddb7
View commit details
Copy full SHA for 2b5ddb7
Browse repository at this point
Commits on Mar 21, 2012
Add a new test to check improper sizeof usage. It's for the moment limited to malloc calls.
HeisSpiter
committed
ec44967
View commit details
Copy full SHA for ec44967
Browse repository at this point
Commits on Mar 20, 2012
Fix line number displayed on leakNoVarr error
HeisSpiter
committed
9d00291
View commit details
Copy full SHA for 9d00291
Browse repository at this point
Commits on Mar 18, 2012
Updated error message about not taking return value from function that returns allocated memory
HeisSpiter
authored and
Daniel Marjamäki
committed
544a1f7
View commit details
Copy full SHA for 544a1f7
Browse repository at this point
Commits on Mar 15, 2012
Set back getErrorMessages() as private
HeisSpiter
committed
e9a696f
View commit details
Copy full SHA for e9a696f
Browse repository at this point
Commits on Mar 14, 2012
Add two tests for the new memory leak detection
HeisSpiter
committed
5dc4fca
View commit details
Copy full SHA for 5dc4fca
Browse repository at this point
Define error messages for --errorlist for CheckMemoryLeakNoVar class
HeisSpiter
committed
f3b1c46
View commit details
Copy full SHA for f3b1c46
Browse repository at this point
Detect and display an error on leaks due to return of a function that allocates something is ignored.
Show description for 81318b3
HeisSpiter
committed
81318b3
View commit details
Copy full SHA for 81318b3
Browse repository at this point
You can’t perform that action at this time.