FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for lib/checkmemoryleak.cpp - bugdebugger/cppcheck · GitHub
bugdebugger
/
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
lib
checkmemoryleak.cpp
on
master
User selector
Datepicker
Commit history
Commits on Apr 25, 2015
Partial fix for #6656 (Allow that CWE is mapped for error message)
danmar
committed
88f59ad
View commit details
Copy full SHA for 88f59ad
View code at this point
Browse repository at this point
Commits on Apr 10, 2015
Move more setting checks out of loops and use const bools instead. Reorder a few related checks.
Show description for 42f0955
matthiaskrgr
committed
42f0955
View commit details
Copy full SHA for 42f0955
View code at this point
Browse repository at this point
Commits on Apr 9, 2015
Fixed #5665: Recognize free() with more than one parameter
PKEuS
committed
4e5c5eb
View commit details
Copy full SHA for 4e5c5eb
View code at this point
Browse repository at this point
Commits on Apr 6, 2015
don't print style message if --enable=style is not given (#6627)
Show description for 6ff9a52
matthiaskrgr
committed
6ff9a52
View commit details
Copy full SHA for 6ff9a52
View code at this point
Browse repository at this point
Commits on Apr 1, 2015
Better variable name
Dmitry-Me
committed
aa7d665
View commit details
Copy full SHA for aa7d665
View code at this point
Browse repository at this point
Commits on Mar 24, 2015
Merge overlapping patterns
Dmitry-Me
committed
4201279
View commit details
Copy full SHA for 4201279
View code at this point
Browse repository at this point
Commits on Feb 27, 2015
Get rid of Hungarian notation
Dmitry-Me
committed
848f50b
View commit details
Copy full SHA for 848f50b
View code at this point
Browse repository at this point
Commits on Feb 26, 2015
Fixed #6548 (Tokenizer: Wrong varid set after function which is throw())
danmar
committed
acbf48c
View commit details
Copy full SHA for acbf48c
View code at this point
Browse repository at this point
Commits on Feb 5, 2015
Merge overlapping patterns
Dmitry-Me
committed
cc18b8d
View commit details
Copy full SHA for cc18b8d
View code at this point
Browse repository at this point
Commits on Jan 31, 2015
Fixed false positive #6481
PKEuS
committed
54b6b8e
View commit details
Copy full SHA for 54b6b8e
View code at this point
Browse repository at this point
Several improvements to CheckMemoryLeakNoVar::checkForUnusedReturnValue():
Show description for ae4b86c
PKEuS
committed
ae4b86c
View commit details
Copy full SHA for ae4b86c
View code at this point
Browse repository at this point
Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0.
PKEuS
committed
b283505
View commit details
Copy full SHA for b283505
View code at this point
Browse repository at this point
Commits on Jan 30, 2015
CheckMemoryLeakInFunction: Don't treat delete as delete operator for C code
Show description for 03e44d4
PKEuS
committed
03e44d4
View commit details
Copy full SHA for 03e44d4
View code at this point
Browse repository at this point
Commits on Jan 17, 2015
Clean up redundant pointer operations
thomasjfox
committed
fd01caf
View commit details
Copy full SHA for fd01caf
View code at this point
Browse repository at this point
Commits on Jan 9, 2015
Refactorization:
Show description for 7452613
PKEuS
committed
7452613
View commit details
Copy full SHA for 7452613
View code at this point
Browse repository at this point
Commits on Jan 8, 2015
Library: More strict matching of functions
danmar
committed
6a8293a
View commit details
Copy full SHA for 6a8293a
View code at this point
Browse repository at this point
Fixed #6422 (symbol database: put function flags into a single flag variable)
IOBYTE
authored and
danmar
committed
ba1c24e
View commit details
Copy full SHA for ba1c24e
View code at this point
Browse repository at this point
Commits on Jan 5, 2015
CheckMemoryLeak: Fix FP for allocation functions that register memory before returning it
danmar
committed
a80101f
View commit details
Copy full SHA for a80101f
View code at this point
Browse repository at this point
Commits on Jan 4, 2015
CheckMemoryLeak: Fix fp for allocation function that returns success value
danmar
committed
f94243f
View commit details
Copy full SHA for f94243f
View code at this point
Browse repository at this point
New check: Use make_shared/make_unique (#5673)
zblair
authored and
PKEuS
committed
22bd20c
View commit details
Copy full SHA for 22bd20c
View code at this point
Browse repository at this point
Commits on Jan 3, 2015
Updated copyright year to 2015
danmar
committed
ff11ba9
View commit details
Copy full SHA for ff11ba9
View code at this point
Browse repository at this point
Commits on Dec 30, 2014
Fix up extra whitespaces in match patterns
Show description for 69b31a0
thomasjfox
committed
69b31a0
View commit details
Copy full SHA for 69b31a0
View code at this point
Browse repository at this point
Commits on Dec 27, 2014
Fixed #6328: Use isAttributeNoreturn() whereever we also check Library::isnoreturn().
PKEuS
committed
990d14f
View commit details
Copy full SHA for 990d14f
View code at this point
Browse repository at this point
Commits on Dec 9, 2014
Remove dead code in CheckMemoryLeakInFunction::call_func() (Coverity CID 1257017)
amai2012
committed
cef3244
View commit details
Copy full SHA for cef3244
View code at this point
Browse repository at this point
Commits on Nov 20, 2014
Fixed #6238 (false positive with double fopen)
zingsheim
committed
9497732
View commit details
Copy full SHA for 9497732
View code at this point
Browse repository at this point
Commits on Nov 18, 2014
Code cleanup. Omit redundant actions.
Dmitry-Me
authored and
danmar
committed
e12d280
View commit details
Copy full SHA for e12d280
View code at this point
Browse repository at this point
Commits on Nov 15, 2014
Fixed #6272 (Improve check: multifile checking in checkbufferoverrun)
danmar
committed
de7e922
View commit details
Copy full SHA for de7e922
View code at this point
Browse repository at this point
Commits on Nov 7, 2014
Fixed #5993 (FP: memleak (linux list))
danmar
committed
8012ac9
View commit details
Copy full SHA for 8012ac9
View code at this point
Browse repository at this point
Commits on Oct 31, 2014
Refactorization: Avoid iterations over whole token list, limited several checks to function scopes.
PKEuS
committed
662283c
View commit details
Copy full SHA for 662283c
View code at this point
Browse repository at this point
Commits on Oct 1, 2014
Support :: prefix in front of allocation function.
PKEuS
committed
7c7fcf3
View commit details
Copy full SHA for 7c7fcf3
View code at this point
Browse repository at this point
Commits on Sep 30, 2014
Fixed false positive #5327: fclose as inner function call
PKEuS
committed
8788e58
View commit details
Copy full SHA for 8788e58
View code at this point
Browse repository at this point
Detect "var += fclose(f)" as deallocation (fixes false positive #6016)
PKEuS
committed
c0e2adf
View commit details
Copy full SHA for c0e2adf
View code at this point
Browse repository at this point
Commits on Sep 28, 2014
Loops over all varIds should start at 1.
PKEuS
committed
03b1afc
View commit details
Copy full SHA for 03b1afc
View code at this point
Browse repository at this point
Commits on Sep 27, 2014
Support allocation of array of pointers with operator new in checkmemoryleak.cpp
PKEuS
committed
e1218cf
View commit details
Copy full SHA for e1218cf
View code at this point
Browse repository at this point
Commits on Sep 2, 2014
Improved message 'mismatchSize' (#4167)
PKEuS
committed
2d60889
View commit details
Copy full SHA for 2d60889
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL