FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for test/testgarbage.cpp - HeisSpiter/cppcheck · GitHub
HeisSpiter
/
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
testgarbage.cpp
on
master
User selector
Datepicker
Commit history
Commits on Feb 4, 2016
Moved a few tests to testgarbage.cpp
PKEuS
committed
cc8c498
View commit details
Copy full SHA for cc8c498
View code at this point
Browse repository at this point
Commits on Feb 3, 2016
#7321 segmentation fault in valueFlowSwitchVariableScope::isVariableDeclaration
amai2012
committed
d3546ea
View commit details
Copy full SHA for d3546ea
View code at this point
Browse repository at this point
#7257 segmentation fault in valueFlowSwitchVariable (invalid code). Correct SymbolDatabase::validateVariables() so it does not complain about function arguments for function without body
Show description for cfe9c01
amai2012
committed
cfe9c01
View commit details
Copy full SHA for cfe9c01
View code at this point
Browse repository at this point
Commits on Jan 31, 2016
#7027 TokenList::validateAst() did not detect broken AST with endless recursion
amai2012
committed
a288d5e
View commit details
Copy full SHA for a288d5e
View code at this point
Browse repository at this point
Fixed crash on garbage code (#7356)
PKEuS
committed
0e8777e
View commit details
Copy full SHA for 0e8777e
View code at this point
Browse repository at this point
Commits on Jan 30, 2016
testrunner: add testcode for #6781 (TemplateSimplifier::simplifyTemplateInstantiations causes heap corruption on invalid code)
matthiaskrgr
committed
112b35a
View commit details
Copy full SHA for 112b35a
View code at this point
Browse repository at this point
TemplateSimplifier: One more fix for #3130. Restored max recursion count to 100 and improve pattern for reference template instantiations instead.
danmar
committed
f3f9ea2
View commit details
Copy full SHA for f3f9ea2
View code at this point
Browse repository at this point
Commits on Jan 26, 2016
7357 segmentation fault in TokenList::insertTokens
amai2012
committed
1dac166
View commit details
Copy full SHA for 1dac166
View code at this point
Browse repository at this point
Commits on Jan 8, 2016
astyle formatting
Show description for 0b9d8ae
danmar
committed
0b9d8ae
View commit details
Copy full SHA for 0b9d8ae
View code at this point
Browse repository at this point
Ticket #7270 segmentation fault (invalid code) in Tokenizer::simplifyLabelsCaseDefault. include fix for cygwin
amai2012
committed
bd2892f
View commit details
Copy full SHA for bd2892f
View code at this point
Browse repository at this point
Commits on Jan 4, 2016
Tweaked Tokenizer::simplifyAsm2()
danmar
committed
a097135
View commit details
Copy full SHA for a097135
View code at this point
Browse repository at this point
Commits on Jan 3, 2016
Refactoring Tokenizer::startOfExecutableScope(). Improve and reuse Tokenizer::isFunctionHead().
danmar
committed
036306d
View commit details
Copy full SHA for 036306d
View code at this point
Browse repository at this point
#7255 segmentation fault (invalid code) in CheckMemoryLeakInFunction::getcode
amai2012
committed
d6fd470
View commit details
Copy full SHA for d6fd470
View code at this point
Browse repository at this point
Commits on Jan 1, 2016
#6731 Tokenizer::eraseDeadCode causes heap corruption on invalid code. Better detection of invalid code inside Tokenizer::simplifyFlowControl()
amai2012
committed
37c3d5d
View commit details
Copy full SHA for 37c3d5d
View code at this point
Browse repository at this point
Update copyright year to 2007-2016.
lanurmi
committed
996c924
View commit details
Copy full SHA for 996c924
View code at this point
Browse repository at this point
Commits on Dec 31, 2015
testrunner: add testcase for #7246.
matthiaskrgr
committed
7c1a4da
View commit details
Copy full SHA for 7c1a4da
View code at this point
Browse repository at this point
Commits on Dec 26, 2015
#7236 segmentation fault (invalid code) in ValueFlow::setValues. #7237 segmentation fault (invalid code) in Tokenizer::setVarIdClassDeclaration
amai2012
committed
e9635fd
View commit details
Copy full SHA for e9635fd
View code at this point
Browse repository at this point
#7235 segmentation fault (invalid code) in TokenList::createAst
amai2012
committed
081f443
View commit details
Copy full SHA for 081f443
View code at this point
Browse repository at this point
#7324 segmentation fault (invalid code) in Tokenizer::simplifyTokenList1
amai2012
committed
36a6599
View commit details
Copy full SHA for 36a6599
View code at this point
Browse repository at this point
astyle formatting
Show description for 64494ca
danmar
committed
64494ca
View commit details
Copy full SHA for 64494ca
View code at this point
Browse repository at this point
Commits on Dec 25, 2015
#7228 segmentation fault (invalid code) in Tokenizer::isFunctionHead
amai2012
committed
87767fb
View commit details
Copy full SHA for 87767fb
View code at this point
Browse repository at this point
Commits on Dec 12, 2015
TokenList::createAst() doesn't validate itself anymore. Remove some duplicated code and fix glitch in TestGarbage::garbageCode162
amai2012
committed
96531d6
View commit details
Copy full SHA for 96531d6
View code at this point
Browse repository at this point
#7208 Cppcheck hangs with 100% CPU load in CheckOther::checkNegativeBitwiseShift (invalidcode). TokenList::validateAst() is running consistency checks on AST
amai2012
committed
9a847d7
View commit details
Copy full SHA for 9a847d7
View code at this point
Browse repository at this point
Commits on Dec 9, 2015
Cppcheck hangs with 100% CPU load in TemplateSimplifier::checkComplicatedSyntaxErrorsInTemplates (invalidcode)
nemaakhilesh
authored and
danmar
committed
932f6ea
View commit details
Copy full SHA for 932f6ea
View code at this point
Browse repository at this point
Commits on Dec 5, 2015
#7190 Cppcheck hangs with 100% CPU load in Tokenizer::simplifyAttribute (invalidcode). Call validate() once more in Tokenizer::simplifyTokenList1 to trigger invalid code exception
amai2012
committed
6ae1533
View commit details
Copy full SHA for 6ae1533
View code at this point
Browse repository at this point
Commits on Nov 29, 2015
Fixed #7119 (Cppcheck hangs with 100% CPU load in Tokenizer::copyTokens (invalidcode))
danmar
committed
8a9e068
View commit details
Copy full SHA for 8a9e068
View code at this point
Browse repository at this point
Commits on Nov 22, 2015
Replaced CheckNonReentrantFunctions and CheckObsoleteFunctions by generic CheckFunctions which is based on Library (#6529)
PKEuS
committed
57d1196
View commit details
Copy full SHA for 57d1196
View code at this point
Browse repository at this point
Commits on Nov 18, 2015
Changed Copyrights. Removed my name.
danmar
committed
0f9d90d
View commit details
Copy full SHA for 0f9d90d
View code at this point
Browse repository at this point
Commits on Nov 14, 2015
#7131 crash: Tokenizer::setVarId()
amai2012
committed
835c234
View commit details
Copy full SHA for 835c234
View code at this point
Browse repository at this point
Commits on Nov 9, 2015
Fixed crash on garbage code (#7120)
PKEuS
committed
f15f851
View commit details
Copy full SHA for f15f851
View code at this point
Browse repository at this point
Fixed crash on garbage code (#7118)
PKEuS
committed
389d30f
View commit details
Copy full SHA for 389d30f
View code at this point
Browse repository at this point
Commits on Nov 8, 2015
Fixed #7112 (crash: CheckBufferOverrun::checkGlobalAndLocalVariable (invalid code))
danmar
committed
fc564d7
View commit details
Copy full SHA for fc564d7
View code at this point
Browse repository at this point
7111 segmentation fault (invalid code) in Tokenizer::simplifyRedundantParentheses
amai2012
committed
ab296fa
View commit details
Copy full SHA for ab296fa
View code at this point
Browse repository at this point
Commits on Nov 7, 2015
testrunner: add testcase for crash which was fixed in previous 2 commits.
matthiaskrgr
committed
dc823c6
View commit details
Copy full SHA for dc823c6
View code at this point
Browse repository at this point
Commits on Nov 6, 2015
Refactorization: Moved two tests to testgarbage.cpp
Show description for b20a7e3
PKEuS
committed
b20a7e3
View commit details
Copy full SHA for b20a7e3
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL