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 }}
elfring
/
cppcheck
Public
forked from
cppcheck-opensource/cppcheck
Notifications
You must be signed in to change notification settings
Fork
0
Star
4
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
All users
Datepicker
All time
Commit history
Commits on Mar 9, 2011
Fixed #2635 (False positive: resource leak)
Daniel Marjamäki
committed
be33f6b
View commit details
Copy full SHA for be33f6b
Browse repository at this point
Merge branch 'memset-improvements'
ghewgill
committed
e588f20
View commit details
Copy full SHA for e588f20
Browse repository at this point
Check for memset on nested structs (ticket #1288)
ghewgill
committed
a084697
View commit details
Copy full SHA for a084697
Browse repository at this point
Check for memset on objects with virtual functions (ticket #607)
ghewgill
committed
3883afc
View commit details
Copy full SHA for 3883afc
Browse repository at this point
refactor noMemset so it recursively checks parent classes for non-memset-compatible things
ghewgill
committed
70b4076
View commit details
Copy full SHA for 70b4076
Browse repository at this point
fix #2630 (segmentation fault of cppcheck ( typedef ... )
IOBYTE
committed
7a7257f
View commit details
Copy full SHA for 7a7257f
Browse repository at this point
fix null pointer dereference found by clang++ --analyze
IOBYTE
committed
c457179
View commit details
Copy full SHA for c457179
Browse repository at this point
Commits on Mar 8, 2011
Fixed #2620 (Tokenizer::setVarId : wrong handling of member function parameters)
Daniel Marjamäki
committed
0b8581e
View commit details
Copy full SHA for 0b8581e
Browse repository at this point
Fixed #2634 (False positive: buffer access out of bounds)
Daniel Marjamäki
committed
bf2362d
View commit details
Copy full SHA for bf2362d
Browse repository at this point
GUI: Update About-dialog copyright year to 2011.
kimmov
committed
c34a129
View commit details
Copy full SHA for c34a129
Browse repository at this point
copy all flag fields in a Token
IOBYTE
committed
d74ae3b
View commit details
Copy full SHA for d74ae3b
Browse repository at this point
convert CheckStl::size() to use symbol database, fix false positives, and remove inconclusive
IOBYTE
committed
e305a15
View commit details
Copy full SHA for e305a15
Browse repository at this point
Commits on Mar 7, 2011
Merge branch 'severities'
kimmov
committed
03bdd22
View commit details
Copy full SHA for 03bdd22
Browse repository at this point
GUI: Initialize Severity in ErrorItem constructor.
kimmov
committed
d8ced1d
View commit details
Copy full SHA for d8ced1d
Browse repository at this point
GUI: Add back translation of severity texts.
Show description for d9efd53
kimmov
committed
d9efd53
View commit details
Copy full SHA for d9efd53
Browse repository at this point
GUI: Update more severity conversion methods.
kimmov
committed
0d27966
View commit details
Copy full SHA for 0d27966
Browse repository at this point
Preprocessor: made sure string::iterator is valid after string::erase
Daniel Marjamäki
committed
a177fc4
View commit details
Copy full SHA for a177fc4
Browse repository at this point
Incorrect string compare: reduce noise when using strncmp on string literal
Daniel Marjamäki
committed
06abaf9
View commit details
Copy full SHA for 06abaf9
Browse repository at this point
GUI: Make Severity to ShowType use enum values.
Show description for 5bf9844
kimmov
committed
5bf9844
View commit details
Copy full SHA for 5bf9844
Browse repository at this point
Fixed #2631 (Tokenizer::simplifyTemplates: template usage 'std::cout << (foo<double>(r));')
Daniel Marjamäki
committed
7496cd4
View commit details
Copy full SHA for 7496cd4
Browse repository at this point
GUI: Convert severity in ErrorLine to enum value.
Show description for d2c0650
kimmov
committed
d2c0650
View commit details
Copy full SHA for d2c0650
Browse repository at this point
Fixed #2633 (False positive: Memory leak for tree node)
Daniel Marjamäki
committed
8e571c0
View commit details
Copy full SHA for 8e571c0
Browse repository at this point
GUI: Use severity enum in ErrorItem.
Show description for 7c58938
kimmov
committed
7c58938
View commit details
Copy full SHA for 7c58938
Browse repository at this point
Commits on Mar 6, 2011
fix #2630 (segmentation fault of cppcheck ( typedef y x () x ))
IOBYTE
committed
d678e44
View commit details
Copy full SHA for d678e44
Browse repository at this point
Refactoring of the CheckNullPointer::isPointer. Use the symbol database. Ticket: #2629
Daniel Marjamäki
committed
a77993d
View commit details
Copy full SHA for a77993d
Browse repository at this point
Symbol database: variable fix. ticket: #2629
Daniel Marjamäki
committed
e26a781
View commit details
Copy full SHA for e26a781
Browse repository at this point
astyle formatting
Daniel Marjamäki
committed
80235b0
View commit details
Copy full SHA for 80235b0
Browse repository at this point
Tokenizer::simplifyTemplates: better handling of '(foo<double>())'. Ticket: #2631
Daniel Marjamäki
committed
f53ff27
View commit details
Copy full SHA for f53ff27
Browse repository at this point
Revert "Tokenizer::simplifyTemplates: better handling of '(foo<double>())'. Ticket: #2631"
Show description for 6648267
Daniel Marjamäki
committed
6648267
View commit details
Copy full SHA for 6648267
Browse repository at this point
Always pass unsigned char to ::isspace to prevent runtime error in MSVC
ghewgill
committed
7daa6b9
View commit details
Copy full SHA for 7daa6b9
Browse repository at this point
Tokenizer::simplifyTemplates: better handling of '(foo<double>())'. Ticket: #2631
Daniel Marjamäki
committed
de31ec1
View commit details
Copy full SHA for de31ec1
Browse repository at this point
error logger: explain the severities better
Daniel Marjamäki
committed
10db7c4
View commit details
Copy full SHA for 10db7c4
Browse repository at this point
Document error message severities.
kimmov
committed
0806031
View commit details
Copy full SHA for 0806031
Browse repository at this point
readme: better build instructions
Daniel Marjamäki
committed
c56c90b
View commit details
Copy full SHA for c56c90b
Browse repository at this point
CheckMemoryLeak: Refactoring the code
Daniel Marjamäki
committed
ca4015f
View commit details
Copy full SHA for ca4015f
Browse repository at this point
Previous
Next
You can’t perform that action at this time.