Ken-Patrick Lehrmann
|
084529575f
|
Skip ast validation inside template (#2661)
|
2020-05-23 21:11:08 +02:00 |
Daniel Marjamäki
|
5a4b309e6f
|
Bug hunting: Add 'buffer overflow' check. Detect CVE-2019-19334
|
2020-05-23 17:50:24 +02:00 |
Oliver Stöneberg
|
c1f762b861
|
disabled some Visual Studio warnings (#2635)
|
2020-05-23 17:42:56 +02:00 |
orbitcowboy
|
5142c9e9ed
|
wxwidgets.cfg: Fixed containerOutOfBounds-false negatives for wxArrayInt and wxArrayString. These containers have std::vector like implementation
|
2020-05-23 09:24:01 +02:00 |
Oliver Stöneberg
|
37bc0483a4
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
Paul Fultz II
|
0832830a95
|
Fix issue 9721: ValueFlow: Comparison is always false, but ValueFlow says it is always true (#2658)
|
2020-05-23 07:15:13 +02:00 |
Paul Fultz II
|
4270819728
|
Fix issue 9713: FP invalidContainerLoop when modifying container and immediately exiting the loop (#2659)
|
2020-05-23 07:14:45 +02:00 |
Paul Fultz II
|
6162ebd608
|
Fix issue 9714: FP invalidContainer related to auto and std::string::insert (#2660)
|
2020-05-23 07:13:55 +02:00 |
Paul Fultz II
|
526abd4b52
|
Fix issue 9738: ValueFlow: handle std::tie better (#2657)
|
2020-05-22 22:57:20 +02:00 |
Daniel Marjamäki
|
c86cfdaa50
|
Fixed #9736 (False positive: knownArgument in assert calls)
|
2020-05-22 11:49:28 +02:00 |
Daniel Marjamäki
|
43b58dbc9e
|
Fixed #9729 (AST: lambda with noexcept)
|
2020-05-22 11:29:10 +02:00 |
Daniel Marjamäki
|
ac1ceb85b6
|
AST: improved AST when expression starts with %char% or %str%
|
2020-05-22 09:35:55 +02:00 |
Daniel Marjamäki
|
81d8686f99
|
Changed TODO_ASSERT_EQUALS, we have a false negative
|
2020-05-21 09:12:19 +02:00 |
Paul Fultz II
|
8301fa8244
|
Fix issue 8144: valueFlowBeforeCondition: struct (#2645)
|
2020-05-21 08:47:48 +02:00 |
orbitcowboy
|
9861a5291e
|
Formatted the code, there are no functional changes [ci skip]
|
2020-05-20 23:45:00 +02:00 |
miltolstoy
|
a9d8b3495d
|
feat: add modulo of one check (#9528) (#2650)
|
2020-05-20 23:01:32 +02:00 |
PKEuS
|
fb1afe2345
|
Fixed test suite: Do no longer apply simplifyTokenList2 to token lists, except for those tests that test those simplifications, because checks are no longer run on that simplified token list
Changed failing unit test to TODO tests, as they indicate patterns we do no longer understand properly.
|
2020-05-20 18:54:16 +02:00 |
Daniel Marjamäki
|
f5f7cb7ff7
|
test: Removed AstStyle::Verbose
|
2020-05-19 18:27:44 +02:00 |
shaneasd
|
44a3501f1b
|
cleanup after #9700 (#2648)
|
2020-05-19 18:15:05 +02:00 |
Daniel Marjamäki
|
32e569704b
|
executeCommand in CppCheckExecutor or QCheckThread
|
2020-05-19 16:04:40 +02:00 |
PKEuS
|
f6788c0472
|
Fixed Token::isKeyword: Actually set this flag to a reasonable value in all code paths
|
2020-05-19 13:47:25 +02:00 |
PKEuS
|
c9d8f607df
|
Optimization: Reduced peak memory usage (30% in my test case) by immediately deleting simplecpp::TokenList while creating the cppcheck TokenList.
|
2020-05-19 12:08:17 +02:00 |
PKEuS
|
4948f85460
|
Visual Studio: Updated solution
- Enable several compiler warnings again
- Let __cplusplus have a reasonable value
|
2020-05-19 08:35:13 +02:00 |
PKEuS
|
d6390dbd14
|
Optimization: Improved performance of simplifyTypedef for code with lots of typedefs
20% performance gain when checking ExtremeTuxRacer sourcecode (with glext.h available)
|
2020-05-19 08:35:13 +02:00 |
PKEuS
|
793ed68029
|
Refactorization: Moved code from header to source
- from utils.h to new utils.cpp
- from token.h to token.cpp
- from valueflow.h to valueflow.cpp
- from errorlogger.h to errorlogger.cpp
|
2020-05-19 08:35:12 +02:00 |
Daniel Marjamäki
|
330e634937
|
Revert "TestTrac: Add separate file for black box / integration tests in testrunner"
This reverts commit e895fa4c3f .
|
2020-05-19 07:53:54 +02:00 |
Daniel Marjamäki
|
e895fa4c3f
|
TestTrac: Add separate file for black box / integration tests in testrunner
|
2020-05-18 20:22:00 +02:00 |
shaneasd
|
7bfd686f04
|
Fix #9700 duplicateBranch false positive from missing scope operator :: in ast (#2646)
|
2020-05-18 19:31:13 +02:00 |
Daniel Marjamäki
|
9eda399323
|
Less strict unknownMacro
|
2020-05-17 19:12:16 +02:00 |
Daniel Marjamäki
|
871cf379d5
|
ExprData: Better handling of ternary operator
|
2020-05-15 21:34:52 +02:00 |
Daniel Marjamäki
|
76f4fae806
|
Bug hunting; Started to activate some itc tests for uninitialized variables
|
2020-05-15 20:58:33 +02:00 |
Paul Fultz II
|
d123279fc1
|
Fix issue 9709: ValueFlow: variable value is not known (#2643)
|
2020-05-14 14:10:32 +02:00 |
Daniel Marjamäki
|
4afaff059b
|
Fix replacement in TestExprEngine
|
2020-05-13 09:56:21 +02:00 |
Daniel Marjamäki
|
0c97625aa0
|
github actions: Fix TestExprEngine
|
2020-05-13 09:50:25 +02:00 |
Daniel Marjamäki
|
046f8eb6c6
|
ExprEngine: improved handling when lhs/rhs for && has unknown value
|
2020-05-10 22:50:23 +02:00 |
Daniel Marjamäki
|
08ddd84780
|
Update copyright year
|
2020-05-10 11:16:32 +02:00 |
Daniel Marjamäki
|
3e0218299b
|
Revert "Update copyright year"
This reverts commit 6eec6c4bd5 .
|
2020-05-10 11:13:05 +02:00 |
Daniel Marjamäki
|
6eec6c4bd5
|
Update copyright year
|
2020-05-10 11:11:34 +02:00 |
Daniel Marjamäki
|
02d88cb191
|
Travis: Run TestExprEngine tests
|
2020-05-08 12:21:22 +02:00 |
Daniel Marjamäki
|
4779cb124e
|
Fixed #9649 (False positive: uninitialized struct member)
|
2020-05-07 22:27:18 +02:00 |
Daniel Marjamäki
|
c04a73f6d8
|
Travis: Improve bug hunting testing
|
2020-05-07 18:55:22 +02:00 |
Daniel Marjamäki
|
c0be64d694
|
bug hunting test: adjust itc test script for older python 3.x that does not allow format strings
|
2020-05-06 11:55:22 +02:00 |
Daniel Marjamäki
|
06cb0e99d1
|
Tokenizer: Fix syntax error when operator* is called
|
2020-05-04 21:33:30 +02:00 |
Daniel Marjamäki
|
901eb15c93
|
Add bug hunting test case for CVE-2018-20845
|
2020-05-03 18:46:59 +02:00 |
Daniel Marjamäki
|
168f8b08bc
|
Add bug hunting test case for CVE-2019-13454
|
2020-05-03 18:33:54 +02:00 |
Daniel Marjamäki
|
453a73e740
|
Add bug hunting test case for CVE-2019-1010315
|
2020-05-03 18:18:50 +02:00 |
Daniel Marjamäki
|
388122b64b
|
Added bug hunting test case for CVE-2019-14981
|
2020-05-03 18:07:04 +02:00 |
Daniel Marjamäki
|
0f6d8546cd
|
Add bug hunting test case for CVE-2019-15939
|
2020-05-03 10:35:38 +02:00 |
Daniel Marjamäki
|
40dba74ac8
|
Add bug hunting test case for CVE-2019-16168
|
2020-05-03 08:49:24 +02:00 |
Daniel Marjamäki
|
4c63940902
|
Add bug hunting test case for CVE-2019-7156
|
2020-05-02 22:22:31 +02:00 |