GitHub / cppcheck-opensource/cppcheck / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 3508464c | dump: fix dump output for typedef info, file is <stdout> (#5236) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 709fec88 | Revert "Fix #11765 FN: minsize not checked for string literal, buffer… (#5235) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 9c5275f5 | misra: fix 9.x checking when string literals are used to initialize char arra... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 80c42fca | misra: Fix crash in misra_9.py when struct type is unknown and there is strin... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| a04990d4 | misra 9.2: do not crash when checking. string literal is allowed to initializ... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 8d3fd88d | Fix #11802 FP stlcstr for string in shared_ptr copied elsewhere (#5230) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 2cd1f0f3 | misra: Fix crash in misra_9x when there is unknown constant used as array siz... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 276aace3 | Misra: Fix crash (#5228) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 9ad18f51 | Fix #11765 FN: minsize not checked for string literal, buffer access out of b... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 49b79b76 | Extend duplInheritedMember check to functions (#5226) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 218650dc | Fix #11820 FP duplicateExpression with double negation (#5227) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| d6d3c7b3 | Fix #11139, #11817 FP unreadVariable (#5221) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| e73183a1 | Fix FP uselessOverride with shadowed member functions (#5225) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| cc38ef41 | Fix #11818 FP constParameterReference / #11819 FP stlcstrConstructor / #11814... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| c738627d | Fix uselessOverride FPs (#5223) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| fa03f49d | Fix #11810 nullptr deref in compilePrecedence2() (II) (#5222) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 2ff9e606 | Fix #11815 (dump: add token attribute isTemplateArg) (#5220) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| dde45455 | uselessOverride: Detect code duplication in overriding function (#5219) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| ee5cf0f1 | Fix #11810 nullptr deref in compilePrecedence2() (#5218) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 682bdd3e | Fix #11813 (daca: script crashes (UnicodeDecodeError) when checking package l... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 7ff58dac | daca: filter checker results when there are syntaxError/unknownMacro/etc (#5214) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 260a214e | Fix #11812 (Crash: misra addon, infinite recursion) (#5207) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 3f832df6 | lib/version.h: add fix version option (#5216) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 72245b1b | xml: use version from configuration if provided (#5215) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| db49687a | Fix getOverriddenFunction(), add test (#5213) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| b99931c5 | Fix #11808 FP uselessOverride - grandchildren calling grandfather (#5212) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 96955ccf | Tokenizer: detect unknown macro 'if (x) MACRO }' (#5209) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 59a8944e | Fix 11656: FP: containerOutOfBounds std::array (#5210) |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 6d9fa6f1 | Fix #11803 FP uselessOverride - overloaded virtual member function (#5211) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| e9feeef8 | Fix FPs: uselessOverride (#5208) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| a40e5817 | Fix #11757 Detect useless overriding functions (#5155) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 818ebb8d | Fix autovarInvalidDeallocation regression (#5203) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 1b4ec0de | Fix #11787 (GUI: configure check level) (#5206) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 55af68aa | Update type for Settings::checksMaxTime. (#5205) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 767c0fb3 | cmake/versions.cmake: version string must have 3 parts otherwise cmake might ... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 4f71bbe9 | Detect lambda with template argument (#5202) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 0a72cd3b | Fix #11795 debug: simplifyUsing: unmatched body end (#5198) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 9259aea3 | Fix #11762 Read failure in ProcessExecutor::handleRead() (#5196) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| e0636561 | checkLibraryCheckType: handle global scope operator / Fix FN unreadVariable (... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 977e1320 | Add zephyr.cfg (#5201) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 63b7e6a2 | Fix 11088: False positive: Array index out of bounds (function pointer parame... |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| a0c4e20e | Add tests for #10587, #11539 (#5197) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| f4030c4b | Fix #11791 Build regression with GCC 13 (#5193) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 4ebb8eaf | Ignore zero valued enum entries from badBitmaskCheck (#5195) |
Anton Lindqvist <a****n@b****e>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 7507d400 | Fix regression: wrong array size (#5194) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 9dc38f80 | Fix #11790 FP functionConst with template function (#5187) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| a2ee3269 | Fix 11530: FP arrayIndexOutOfBounds with array of functions (#5191) |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 4f466a59 | Fix 11505: FP zerodivcond with modulo (#5192) |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 9b892f32 | Partial fix for #11552 Handle lambda return types (#5188) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 91dedf05 | Fix #11793 (False positive: Misra addon crash for struct initialization when ... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 87c2b8df | Tokenizer: dumpfile will say if type token is _Atomic (#5189) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 60321edd | Fix 11784: FP arrayIndexOutOfBounds when increment is counted twice (#5186) |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 6c750d9a | Fix #11789 FP knownConditionTrueFalse with std::vector::size() (#5184) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 55581fc2 | Fix FP deallocuse (#5183) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 04476bc1 | AUTHORS: Add apuly | Daniel Marjamäki <d****i@g****m> | about 3 years ago | |
| bb2711c2 | daca: Update old version to 2.11 | Daniel Marjamäki <d****i@g****m> | about 3 years ago | |
| b80460f3 | Fix #11786 False positive: memory leak (#5182) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| fe56b0c4 | LeakAutoVar: Handle C++ casts in function calls (#5181) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 353f5408 | releasenotes.txt: bumped version to 2.12 | Daniel Marjamäki <d****i@g****m> | about 3 years ago | |
| 557241ad | 2.11.99: Set versions | Daniel Marjamäki <d****i@g****m> | about 3 years ago | |
| 1ad51ed0 | Update releasenotes.txt (#5180) |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 4eebf2e7 | Fix uninitdata regression (#5179) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 16198a47 | AUTHORS: Add adbancroft | Daniel Marjamäki <d****i@g****m> | about 3 years ago | |
| 5c3baac0 | AUTHORS: Add SChernykh | Daniel Marjamäki <d****i@g****m> | about 3 years ago | |
| 72d3f356 | AUTHORS: Added missing authors | Daniel Marjamäki <d****i@g****m> | about 3 years ago | |
| 9a95d4fe | Fix #11785 Syntax error: typedef not first keyword in statement (#5178) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| b26bfc9b | Use getAllocFuncInfo() (#5176) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 3abe8eec | Update copyright year | Daniel Marjamäki <d****i@g****m> | about 3 years ago | |
| b259617f | GUI: Update translations | Daniel Marjamäki <d****i@g****m> | about 3 years ago | |
| 42514309 | createrelease: minor update to selfcheck command | Daniel Marjamäki <d****i@g****m> | about 3 years ago | |
| f2510228 | Fix #10847 (FP: unusedStructMember) (#5177) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| bb962e2b | Enable and mitigate readability-else-after-return (#5175) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| f96e3c9d | Fix #11766 FP uninitdata with cast (#5170) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 78c7e335 | Fix #11697 FP negativeContainerIndex after index is validated (#5172) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| e8de2aee | Fix #9398 (Incorrect "Overall Time" in timing info) (#5173) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 4f3cc168 | CI: python 2.7 tests needs to run in a container (#5174) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 38b2c5ee | Fix #11777 (False positive: uninitialized variable, handling 'false ||' in va... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 082331c2 | Fix #11770 cppcheckError for unknown macro after else (#5163) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 8f6b0b41 | Simplify qt.cfg, wxwidgets.cfg (#5166) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 53cab344 | Fix #11769 cppcheckError for function with lambda as default parameter (#5159) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| fd3befe6 | Added a regression test for FP #10681 uninitvar. (#5168) |
orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| d6e31824 | Fix 11721: False positive: constParameterReference with overloaded template f... |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 7075b6e6 | Fix #11763 internalAstError caused by parameter pack simplification (#5150) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 9a290c95 | Fix #11776 (False positive: uninitialized variable, struct array member initi... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 58dd92dd | merge Merge pull request #5152 from chrchr-github/chr_Fix11189 |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 8761e6b8 | merge Merge pull request #5148 from chrchr-github/chr_Fix11764 |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 62dfa887 | merge Merge pull request #5147 from chrchr-github/chr_astregr |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| e31cd05a | merge Merge pull request #5129 from chrchr-github/chr_action_yield2 |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 3f0f9e44 | merge Merge pull request #5158 from chrchr-github/chr_Fix11770 |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 75e0bdfd | merge Merge pull request #5164 from chrchr-github/chr_Fix11768 |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 1ffff8dc | Fix #11772 top() on empty stack in TypedefSimplifier::replace() (#5161) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| aca6c470 | Fix #11774 (False positive: passing struct pointer to function that initializ... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| b41f9af2 | Fix #11768 FP autovarInvalidDeallocation | chrchr <c****h@l****m> | about 3 years ago | |
| b689ca8d | Update cppcheckdata.py (#5149) |
PeterSchops <7****s@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| b462d070 | Minor tweaking of constness | Daniel Marjamäki <d****i@g****m> | about 3 years ago | |
| c02a9f40 | Fix tests | chrchr <c****h@l****m> | about 3 years ago | |
| 39d60ca6 | Add test | chrchr <c****h@l****m> | about 3 years ago | |
| 19d4ab7d | Fix test | chrchr <c****h@l****m> | about 3 years ago | |
| 9579b450 | Partial fix for #11770 cppcheckError with unknown macro | chrchr <c****h@l****m> | about 3 years ago | |
| f934d6e5 | Fix #11767 (False positive: uninitialized member after assignment) (#5157) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago |