GitHub / cppcheck-opensource/cppcheck / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 978b9c5c |
Fix #1473: warn when fclose() is used as a while loop condition (#8444)
Signed-off-by: Francois Berder <f****r@o****r> |
François Berder <1****r@u****m>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| 39d9c01a | testrunner: do not use global check instances (#8561) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| f4cc43a6 | ProcessExecutor: avoid explicit usage of suppressions (#4989) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| d9016615 |
Fix #14697 FN uninitMemberVarNoCtor when mixing (un)initialized member varia...
Co-authored-by: chrchr-github <n****y@g****m> |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| f7f05493 | refs #14498 - do not create global static instances of the checks (#8555) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| 7a917463 |
Fix #14714, #14748 FN constParameterPointer (array member, dereference in te...
Co-authored-by: chrchr-github <n****y@g****m> |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| e277aba4 | Fix #14453 FP constParameterPointer with strchr() (#8554) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| dc0a4379 |
Fix #14707 Clarify: uninitMemberVarNoCtor variable (#8556)
Co-authored-by: chrchr-github <n****y@g****m> |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| 5d69c9fc | AUTHORS: Add Tamaranch [skip ci] (#8560) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| 40f6f6ad | gtk.cfg: Add some defines (#8558) |
Gaël Bonithon <g****l@x****g>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| a03cf24e | small `Check::instances()` usage cleanup (#8559) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| 887439a2 | Fix #14717 (FP: same exprId for different expressions leads to wrong redundan... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| 7a7c28ca | Fix #14729: False positive: uninitdata reported for ternary operator that doe... |
Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| 7bfa4587 | Fix #14474: Bad varid for global variable matching function pointer argument ... |
Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| ae2816b1 | Fix #14471: Improve check: shadowVariable for function argument (#8303) |
Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| eed1daf5 |
Fix #9761 FP constParameter on parameter assigned to boost::optional<T&> (#8548)
Co-authored-by: chrchr-github <n****y@g****m> |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 7c7ed589 | Fix #12320 FP knownConditionTrueFalse with if chain (#8547) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 18f18085 | gtk.cfg: g_application_get_default is transfer none (#8545) |
Gaël Bonithon <t****e@p****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| ff799b53 | Fix #14740 Hang: createAst, daca package lomiri-location-service (#8551) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 2d6f23e4 | Fix #14728 FP ctunullpointer with std::optional (#8536) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 761e9c89 | Fix #14733 FP functionStatic for brace initialization + typedef (#8537) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 95a7f7c2 |
Fix #14734 FP invalidFunctionArg with ternary expression (#8538)
Co-authored-by: chrchr-github <n****y@g****m> |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 00d23ca0 | ProcessExecutor: do not modify mutable objects from parent in forked process ... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| eccb7271 | Fix #14737 (GUI: Remove handling of Cppcheck Premium LOC license) (#8543) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 17947fd4 | Fix #14739 Improve bad CERT INT parameter handling (#8542) |
Wija <5****n@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 504d1d2a | only issue `logChecker` messages when necessary (#8535) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| b1a98cf8 | fixed #14732 - fixed potential crash with incomplete preprocessor directive (... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 0045a090 | Fixed #14735 (dumpfile: Value::intvalue with negative value for unsigned expr... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| a5a7dd77 | Fix #7959 invalidPrintfArgType_uint false positive (#8534) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 2807d6e0 | Fix #14708 FP uninitialized variable reported for array decay to pointer in i... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 6c73feb0 | added CLI option `--debug-ipc` to log `ProcessExecutor` IPC communication (#8... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 747e2579 | Fix #14716 FP oppositeInnerCondition, x.size() < y.size() does not mean that ... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| ce9227ff | fixed #14726 - removed explicit usage of Visual Studio CMake generators from ... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 6278f6b0 | Fix #14721 FP container considered empty after insertion (*m)[1] = 42; (#8529) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| efae8c0f | refs #4452 - transfer timer results in `ProcessExecutor` (#8521) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 28dfa41e |
Fix #14724 FP: overlapping inner condition, function call (#8527)
Co-authored-by: chrchr-github <n****y@g****m> |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 4ff8d437 |
Fix #14720 FP assertWithSideEffect (const function call QDir::exists() in as...
Co-authored-by: chrchr-github <n****y@g****m> |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| f01120ba |
#14719 FP uninitdata for new array with initializer (#8528)
Co-authored-by: chrchr-github <n****y@g****m> |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 5d48a7c8 | Fix #14718 memleakOnRealloc false positive (#8524) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 519958a3 | Fix #14709 FP memleak using IS_NULL() macro (#8522) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| b60118dd | Fix #14689 (html report: Fix missing severity and classification bars) (#8456) |
Vít Kučera <2****a@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| e5c4a734 | Fix #14715 FP invalidFunctionArgStr, buffer is nul-terminated in every path (... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 0fda84ef | test/cli/other_test.py: added more `--showtime` tests (#8517) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 63cb6308 |
tools: Rename -p to --max-packages and fix skipped package counter (#8518)
Signed-off-by: Francois Berder <f****r@o****r> |
François Berder <1****r@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| cf2edfd6 | AUTHORS: varshneydevansh (#8519) |
Devansh Varshney (देवांश वार्ष्णेय) <v****4@g****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 93052167 |
Fix #901 Improve out-of-bounds check to detect error with sprintf() (#8473)
Co-authored-by: chrchr-github <n****y@g****m> |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| c3df6654 | testrunner: only provide `TimerResults` in executor tests when desired (#8512) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 9f576351 | TestNullPointer: avoid unnecessary `Settings` creations (#8511) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 1aec3cc8 | added early exit in `Settings::isPremiumEnabled()` (#8513) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 89da2d11 | Fix #14711 FP identicalInnerCondition, return expression is not condition (#8... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| d161c5f9 | Fix #14710 False positive: func arg names different when using VLAs (#8510) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| ad117758 | Fix CI failure in libcurl.c (#8515) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 7edc29e6 | Fix #14692 False positive: uninitialized variable, libcurl.cfg configuration ... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 96827311 | Fix #14700 FN constParameterPointer with usage in ternary (#8503) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| ba55280e | small `TimerResults` cleanup / improved `TestTimer` (#8498) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| e47d7b5d | Fix #14702 FP functionConst (iterating over *this) (#8507) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 29450305 |
Fix #14706 FP Memleak struct member when struct is passed to function (#8509)
Co-authored-by: chrchr-github <n****y@g****m> |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 1f41e56c | Fix #14701 Bad AST for rvalue references in parameter lists (#8505) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 20b45eea | pass `Library` instead of `Settings` (#8500) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 978a82e0 | refs #14599 - moved `ShowTime` logic out of timer-related code (#8493) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| ba0b3a61 | Fix #14696 FP passedByValueCallback, constParameterCallback for constructor (... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 18965316 | Add test for #10948 (#8506) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 10a0cbb0 |
Fix #14703 False positive: buffer out of bounds, memcpy, array of pointer (#...
Co-authored-by: chrchr-github <n****y@g****m> |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 34486df7 | Fix #14693 False positive: null pointer, std::string && val = {} (#8499) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| b9513d3f | Fix #14487: FP duplicateBranch with empty macro (#8481) |
Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| a3faaa7e |
Fix #14520: false positive: passedByValue on declaration with const (#8460)
Co-authored-by: Oliver Stöneberg <f****e@u****m> |
Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| c9f142e5 | readme.md: added a note about the repository move [skip ci] (#8501) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| ddbe12ec | Fix #14695 (triage: handle https urls also) (#8495) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 6dc5c764 |
Fix #14546 FN uninitMemberVar (in-class initializers but no constructor) (#8274)
Co-authored-by: chrchr-github <n****y@g****m>, Daniel Marjamäki <d****i@g****m> |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| aec1a7f1 |
Fix #6492 valueflow: for loop condition not used for conditional analysis (#8...
Co-authored-by: chrchr-github <n****y@g****m> |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 6fa5b6b9 |
Refs #4412: using namespace std; not simplified (constructor) (#8477)
Co-authored-by: chrchr-github <n****y@g****m> |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| a374143a | fixed #14618 - added more metrics to timer summary / small `TimerResultsData`... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 0294253b | utils.h: reject unexpected preceding characters in `strToInt()` (#8490) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| c5e0a3dd | refs #10543 - config.h: removed platform checks in favor of `HAVE_EXECINFO_H`... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| f59b0c99 | refs #14599 - added `OneShotTimer` / moved some `ShowTime` logic out of `Time... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 6e6f628c | fixed #14626 - `execinfo.h` detection in `Makefile` did not work (#8401) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 02a7c33b | valueflow.cpp: pass `ProgramMemory` by reference to `valueFlowForLoop2()` (#8... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| d4c52224 | Fix #14690 (ci: update cppcheck premium version in CI) (#8492) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 3c377a9f | Fix #14687 (Move repository from danmar to cppcheck-opensource) (#8486) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 950567e8 | Fix #14672 (GUI: cfg files in current folder are not shown) (#8455) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 4e0a5688 |
Fix #14369: Move boolean literal evaluation to valueFlowSetConstantValue (#8468)
Signed-off-by: Francois Berder <f****r@o****r> |
François Berder <1****r@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| bafada07 | Fix #14688 (test-my-pr.py: run against the debian ftp server directly) (#8491) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 92d97352 | Fix #14637: FP unassignedVariable with reference to array (#8441) |
Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 58cbb333 | Fix #14590: Missing id in DumpData type-info (#8451) |
Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| cf3f0fac | Fix #14676: Syntax error: qRow<> variable template (#8465) |
Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| e9d97293 | Fix #14572: GUI: refresh warning details when rechecking code (#8479) |
Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 034ad1c6 | Fix #14468: Missing varid for nested struct members with designated initializ... |
Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 6d28ccf9 | Add test for #14509 (#8480) |
Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 9988cd55 | Partial fix for #6710 FN nullPointerRedundantCheck after pointer usage in for... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 2c03f19c | Fix #12196 FP knownConditionTrueFalse when object is modified through another... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 61d83ea0 | Fix #11290 FP uninitdata with array member (#8464) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| ef910222 | Fix #13179 FP Access of moved variable in while loop (#8469) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 742df606 | Refs #13814 FP compareValueOutOfTypeRangeError with INT_MAX (#8483) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| eb00a428 | refs #14668 - aligned the selfcheck scripts (#8443) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 9d746d0b |
Fix #14632 FN funcArgNamesDifferent when argument is unnamed (#8399)
Co-authored-by: chrchr-github <n****y@g****m> |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 2d444190 | Fix format, rendering, typos, syntax in the readme (#8461) |
Vít Kučera <2****a@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| b0eed57d |
Report overlappingInnerCondition errors (#8448)
Signed-off-by: Francois Berder <f****r@o****r> |
François Berder <1****r@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 7f43d0b6 | AUTHORS: Add vkucera [ci skip] (#8487) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 73579fda | Fix format, rendering, typos, syntax, content in manuals. (#8459) |
Vít Kučera <2****a@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 23cc32e2 |
Fix #14669 Typedef not simplified: typedef struct T* T; (#8450)
Co-authored-by: chrchr-github <n****y@g****m> |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago |