Daniel Marjamäki
|
5f6b56ada2
|
buffer overrun; Fixed false negative for dynamically allocated float buffer
|
2021-05-22 15:39:20 +02:00 |
Daniel Marjamäki
|
0db649c075
|
Fixed Cppcheck self check warning; redundant check
|
2021-05-22 15:34:39 +02:00 |
Daniel Marjamäki
|
87554bed7a
|
Redundant pointer op; Fixed false positives when macro is used
|
2021-05-22 14:18:29 +02:00 |
Daniel Marjamäki
|
9a9f14bd8a
|
Buffer overflow; Fixed FPs when array size is 1
|
2021-05-22 12:13:39 +02:00 |
Daniel Marjamäki
|
1cb48ad418
|
Uninitialized variables; Fixed false positive in sizeof()
|
2021-05-22 11:04:42 +02:00 |
Paul Fultz II
|
c63aa2f2cc
|
Fix 10263: FP containerOutOfBounds when container is accessed via pointer (#3265)
|
2021-05-22 08:36:51 +02:00 |
Maksim Derbasov
|
f0d1822a83
|
Better handling functions with try block for throwInNoexceptFunction (#3264)
|
2021-05-22 08:36:28 +02:00 |
Paul Fultz II
|
1e3ab460a3
|
Fix 10254: false positive: arrayIndexOutOfBounds in inline function (#3266)
|
2021-05-22 08:20:09 +02:00 |
Daniel Marjamäki
|
68c46e146d
|
Uninitialized variables; Fixed FP when returning malloc pointer
|
2021-05-21 17:10:49 +02:00 |
Daniel Marjamäki
|
1e6a574cff
|
Uninitialized variables; Passing address of uninitialized variable to function
|
2021-05-21 15:27:13 +02:00 |
Daniel Marjamäki
|
8adfcc848c
|
Uninitialized variables; check RHS expression
|
2021-05-21 14:31:25 +02:00 |
Paul Fultz II
|
5409fa8afd
|
Fix disabled valueFlowUninit tests (#3262)
|
2021-05-21 07:28:34 +02:00 |
Daniel Marjamäki
|
4746d4b819
|
Uninitialized variables; Improved checking of loops
|
2021-05-20 22:56:14 +02:00 |
Daniel Marjamäki
|
8e650e4243
|
Uninitialized variable; Fixed FP after unconditional scope with conditional initialization
|
2021-05-20 18:38:59 +02:00 |
Daniel Marjamäki
|
f1fff5e904
|
Fixed #10279 (ValueFlow/TokenList: function pointer dereference and call)
|
2021-05-20 13:54:17 +02:00 |
Robert Reif
|
3af3d7fc06
|
fix #10281 (Tokenizer; Wrong simplification for 'namespace ef = :🅰️🅱️:c::d::ef') (#3263)
|
2021-05-20 08:27:07 +02:00 |
Daniel Marjamäki
|
ca5fab8219
|
Uninitialized variables; Fixed false positive in range for loop
|
2021-05-19 21:12:11 +02:00 |
Daniel Marjamäki
|
abe810d718
|
Uninitialized variables; Fix false positive in switch inside loop
|
2021-05-19 13:07:04 +02:00 |
Armin Müller
|
c70b8793a3
|
Typos found by running "codespell" (#3251)
|
2021-05-19 11:49:19 +02:00 |
Daniel Marjamäki
|
e35c46bcb9
|
Uninitialized variables; Fixed false positive for overloaded & 'ar & a & b & c'
|
2021-05-18 21:03:43 +02:00 |
Daniel Marjamäki
|
216918756b
|
Fixed #10276 (FP: (style) Variable '((uint8_t*)(uint16_t)0x1000)[0]' is assigned a value that is never used.)
|
2021-05-18 20:35:00 +02:00 |
Daniel Marjamäki
|
0aebc32ae0
|
Uninitialized variables; Fixed false positive for 'cin >> x[0]'
|
2021-05-18 20:13:27 +02:00 |
Paul Fultz II
|
4b11bb4ad3
|
10278: ValueFlow: Wrong known value, sign conversion (#3260)
|
2021-05-18 07:28:45 +02:00 |
Daniel Marjamäki
|
84f8b7b50a
|
Uninitialized variables; Fixed error message, use Token::errorString
|
2021-05-17 16:51:30 +02:00 |
Daniel Marjamäki
|
bde8b4316e
|
Uninitialized variables; Fixed FP in range based for loop
|
2021-05-17 13:31:16 +02:00 |
Daniel Marjamäki
|
4322311482
|
Uninitialized variables; Fixed struct member access FP
|
2021-05-17 11:50:31 +02:00 |
Daniel Marjamäki
|
c78a1dbbaf
|
Fixed self-check warning, shadow variable
|
2021-05-17 11:35:04 +02:00 |
Daniel Marjamäki
|
b115e4a932
|
Uninitialized variables; Fixed false positive in member assignment
|
2021-05-17 10:31:02 +02:00 |
Daniel Marjamäki
|
16ce0f1dbf
|
Uninitialized variables; Clarify warnings, bailout for binary & to avoid FPs
|
2021-05-17 09:22:19 +02:00 |
Daniel Marjamäki
|
224492b0b5
|
Uninitalialized variables; Avoid FP for void cast
|
2021-05-17 05:59:28 +02:00 |
Daniel Marjamäki
|
30ef6db24c
|
CI; Fixed self check
|
2021-05-16 23:39:10 +02:00 |
Daniel Marjamäki
|
e034fa8a6e
|
UninitVar: Rewrite CheckUninitVar::isVariableUsage(), use AST primarily
|
2021-05-16 22:27:04 +02:00 |
Daniel Marjamäki
|
2c155a7a78
|
Uninitialized variables; use AST
|
2021-05-16 11:58:51 +02:00 |
Daniel Marjamäki
|
e73057eb44
|
Fixed #10275 (ValueFlow: condition 'x>=0 && x < 10')
|
2021-05-16 10:34:22 +02:00 |
Daniel Marjamäki
|
8476900a62
|
checkuninitvar; refactor code a bit
|
2021-05-16 08:38:51 +02:00 |
Daniel Marjamäki
|
b8314289c6
|
testbufferoverrun; fixed TODO test cases for pointer arithmetic overflows
|
2021-05-15 20:32:46 +02:00 |
Daniel Marjamäki
|
899b88754f
|
uninitialized variables; fix false positive in loop
|
2021-05-15 11:16:47 +02:00 |
Paul Fultz II
|
eb96e4980e
|
Fix issue 10268: ValueFlow; Wrong value in for loop (#3257)
|
2021-05-15 08:39:20 +02:00 |
Daniel Marjamäki
|
c67e618627
|
self check; Fix shadow variable
|
2021-05-14 23:05:27 +02:00 |
Daniel Marjamäki
|
809c70b9c3
|
uninitialized variables; fix FP in for loop
|
2021-05-14 21:36:51 +02:00 |
Daniel Marjamäki
|
404b82fc21
|
unused var; fix todo test cases, redundant assignment of array in loop
|
2021-05-14 19:07:30 +02:00 |
Daniel Marjamäki
|
c29997b117
|
uninitvar: fixed TODO assertion
|
2021-05-14 11:54:18 +02:00 |
Daniel Marjamäki
|
45eb9f82a0
|
Fix CI; Cppcheck find some more unusedAllocatedMemory violations in test/cfg/..
|
2021-05-13 23:08:58 +02:00 |
Daniel Marjamäki
|
d549770b5b
|
updated extracttests.py. fix syntax errors in test cases.
|
2021-05-13 20:21:02 +02:00 |
Daniel Marjamäki
|
7ba9e37296
|
unhandled char literal; changed severity to 'portability'. hopefully there will not be warnings for standard character literals.
|
2021-05-13 13:51:53 +02:00 |
Daniel Marjamäki
|
fca7a270bf
|
daca@home; show unhandled chars diagnostics
|
2021-05-13 13:44:32 +02:00 |
Daniel Marjamäki
|
22ab9ccd7f
|
Fixed #10273 (False negative; Uninitialized variable in for loop)
|
2021-05-11 20:35:15 +02:00 |
Daniel Marjamäki
|
75311fba0f
|
Fixed #10218 (FP uninitvar with input from stringstream in for loop)
|
2021-05-10 19:48:07 +02:00 |
Daniel Marjamäki
|
db7be3e91b
|
Fixed #9810 (Improve check: uninitialized struct member not detected)
|
2021-05-10 19:24:03 +02:00 |
Daniel Marjamäki
|
c37b8ea55c
|
Fixed #8299 (false negative: uninitialized struct member)
|
2021-05-10 18:38:44 +02:00 |