Timeline
01/14/12:
- 16:11 Ticket #3520 (Detect std::string initialization with 0) created by
- It can happen e.g. when refactoring the code and compiler (at least g++) …
- 15:46 Ticket #3519 (Wrong line number in warning charBitOpError) created by
- This code raises a warning from cppcheck: […] cppcheck reports this: …
- 13:47 Ticket #3518 (False negative: Possible null pointer dereference (in the same condition)) created by
- I came across the following bug as illustrated in function f. […] The …
- 13:39 Ticket #3517 (Wrong warning for format string) created by
- The printf format check does not handle type casts correctly. This code is …
- 11:01 CodingStyle edited by
- (mainly formatting) (diff)
- 10:58 WikiStart edited by
- online HTML version is linked from the GUI app (diff)
- 10:51 WikiStart edited by
- added a section about documentation (diff)
- 10:51 Ticket #3516 (inaccurate warning: "An unsigned variable will always be positive" ...) closed by
- fixed: Fixed by: …
- 10:43 WikiStart edited by
- Removed the section "Investigating false negatives". There was not much … (diff)
- 10:43 DesignDecisions edited by
- linked to CodingStyle (diff)
- 10:39 WikiStart edited by
- CodingStyle added - it's just a stub (diff)
- 10:38 CodingStyle created by
- just a start
01/13/12:
- 23:47 Ticket #3512 (segmentation fault of cppcheck ( 1 *p = const)) closed by
- fixed: Fixed with commit: …
- 22:55 Ticket #3486 (segmentation fault of cppcheck) closed by
- fixed
- 22:26 Ticket #3516 (inaccurate warning: "An unsigned variable will always be positive" ...) created by
- When cppcheck checks the following snippet, it gives the following …
- 21:39 Ticket #3515 (Add samples/id/good|bad.cpp) created by
- Add samples/id/good|bad.cpp for each error cppcheck detects. e.g. …
- 17:53 Ticket #3514 (Performance warning: suggest optimizing initialization + assignment) created by
- Quite often I see code like this: […] or […] that are a bit …
- 13:21 Ticket #3513 (false positive: (warning) %f in format string (no. 1) requires a floating ...) created by
- […] […]
- 11:22 Ticket #3497 (False positive: Uninitialized variable) reopened by
- Hello, Thank you a lot for the patch, it solves the false positive with …
- 09:00 Ticket #3504 (segmentation fault of cppcheck) closed by
- fixed: Fixed by: …
- 08:49 Ticket #3512 (segmentation fault of cppcheck ( 1 *p = const)) created by
- cppcheck crashes on following garbage code: […] […]
- 06:27 Ticket #3497 (False positive: Uninitialized variable) closed by
- fixed
01/12/12:
- 21:52 Ticket #3511 (new check: printf/scanf/fprintf argument is incompatible with ...) created by
- We could create a check that detects issues like: […] This can also …
- 21:18 Ticket #3483 (POSIX.1-2008 - obsolete functions) closed by
- fixed: Fixed by commit: …
- 21:11 Ticket #3508 (Symbol database: mixing up constructors and destructors) reopened by
- In addition to what kimmo said: There is no array here, new char(64) …
- 20:45 Ticket #3508 (Symbol database: mixing up constructors and destructors) closed by
- invalid: No. delete 0 is defined as NOP. The leak results from the missing [] in …
- 20:23 Ticket #3510 (Improve error message for --suppressions-list) closed by
- fixed: Fixed by: …
- 20:19 Ticket #3510 (Improve error message for --suppressions-list) created by
- Scenario (really happened): User tried to pass two suppressions files: …
- 17:23 Ticket #3509 (FP: Variable 'itemList' is not assigned a value, when << operator is used) created by
- […] […] Value is assigned by the << operator.
- 17:04 Ticket #3508 (Symbol database: mixing up constructors and destructors) created by
- Memory leak for private class member, which is released in destructor and …
- 16:13 Ticket #3507 (false positive: comma-separated statements before return in methods) created by
- In this case […] I get a false positive: The second of the two …
- 15:56 Ticket #3506 (false negative: not initialized variables ( struct timeval)) created by
- I do not know, maybe it is out of scope of cppcheck, but it would be nice …
- 15:27 Ticket #3505 (false negative: Consecutive return, break, continue, goto or throw ...) created by
- cppcheck fails to detect Consecutive return, break, continue, goto or …
- 14:47 Ticket #3504 (segmentation fault of cppcheck) created by
- the following garbage code crashes cppcheck […] […]
- 13:11 Ticket #3503 (False positive (inconclusive): function can be const (namespace, function ...) created by
- Cppcheck suggested the use of const Technically the member function …
- 12:02 Ticket #3360 (false positive (inconclusive): method constness) closed by
- duplicate: seems to match exactly #2340
- 05:54 Ticket #3496 (false positive: syntax error) reopened by
- Yes I agree with Kimmo.
01/11/12:
- 21:24 Ticket #3496 (false positive: syntax error) closed by
- worksforme: OK, fair enough. I'll close the ticket as worksforme.
- 21:22 Ticket #3502 (segmentation fault of cppcheck (struct{x y:};)) created by
- cppcheck crashes, when scanning the following garbage code: […] This …
- 19:19 Ticket #3501 (false negative: mismatching format string parameters not detected when ...) closed by
- worksforme: I get […] with current git with this cmdline: {{{cppcheck.exe test.cpp …
- 15:16 Ticket #3501 (false negative: mismatching format string parameters not detected when ...) created by
- Is it possible to detect the bug in this code? […]
- 13:14 Ticket #3500 (false negative: (error) Returning pointer to local array variable) created by
- the following code returns a pointer to a local array variable, but …
- 12:51 Ticket #3499 (false negative: buffer access out of bounds) created by
- the following buffer access out of bounds issue is not detected by …
- 08:02 Ticket #3498 (Improve check: Uninitialized variable) created by
- Hello, In many cases cppcheck 1.52 finds problems with uninitialized …
- 07:45 Ticket #3497 (False positive: Uninitialized variable) created by
- Hello, I ran ccpcheck 1.52 on minizip and encountered a false positive. …
- 06:54 Ticket #3019 (GUI: Add project include paths as relative paths) closed by
- fixed: Fixed by commit: …
- 06:53 Ticket #3493 (GUI: remember last path in Open Project File) closed by
- fixed: Fixed by commit: …
- 06:52 Ticket #3491 (Crash during load project from command line) closed by
- fixed: Fixed by commit: …
01/10/12:
- 23:33 Ticket #3496 (false positive: syntax error) created by
- cppcheck wrongly reports a syntax error, because it does not see the …
- 16:06 Ticket #3495 (Improve check: Detect buffer overflow when format string field width is ...) created by
- See this example for parsing a MAC address: […] cppcheck doesn't …
- 14:23 Ticket #3494 (New check: buffer overflow sscanf and %c with a width) created by
- Hello, A new check could be added on sscanf using %c with a width. Here …
- 14:07 Ticket #3493 (GUI: remember last path in Open Project File) created by
- Now dialog is always open in cppcheckgui.exe folder. Tt would be nice if …
- 13:18 Ticket #3492 (GUI: after edit project recheck use old settins) created by
- After edit project i must close/open project for check with new settings ( …
- 12:45 Ticket #3491 (Crash during load project from command line) created by
- When i try to load a project from the command line using: cppcheckgui -h …
- 11:59 Ticket #3490 (False positive: sscanf with %c) created by
- Hello, I think cppcheck 1.52 is reporting a false positive in the sample …
- 10:58 Ticket #3489 ("cppcheckgui -h" doesn't work on WinXP) created by
- Like in summary
- 08:53 Ticket #3488 (provide a way to suppress exitcode for non error severities) created by
- Hi, I've integrated cppcheck into my building scripts, and so I want …
- 06:55 Ticket #3487 (Warns about include files not found, but --check-config reveals nothing) created by
- Hi, Running cppcheck 1.52 on our code results in a warning that cppcheck …
01/09/12:
- 21:06 Ticket #3486 (segmentation fault of cppcheck) created by
- following garbage code crashes cppcheck […] […]
- 15:26 Ticket #3485 (segmentation fault of cppcheck ( {a:1;}; )) closed by
- fixed: Fixed in commit: …
- 14:49 Ticket #3485 (segmentation fault of cppcheck ( {a:1;}; )) created by
- cppcheck crashes on following garbage code: […] […]
- 14:43 Ticket #3484 (Unrelated template cause value never used false positives) created by
- Hi, Got this strange problem with some 'value never used' false positives, …
- 13:55 Ticket #3483 (POSIX.1-2008 - obsolete functions) created by
- From POSIX.1-2008 specification (see …
- 13:39 Ticket #3482 (segmentation fault of cppcheck ( switch(){case} )) closed by
- fixed: Fixed with commit: …
- 13:17 Ticket #3008 (New check: Order of initialisation list) reopened by
- GUI: This check must explicitely switched on in Preferences/Advanced: [v] …
- 13:09 Ticket #3482 (segmentation fault of cppcheck ( switch(){case} )) created by
- scanning the following garbage code lets cppcheck crash […] […]
- 12:52 Ticket #3481 (segmentation fault of cppcheck) closed by
- fixed: Fixed by commit: …
- 11:53 Ticket #3480 (segmentation fault of cppcheck) closed by
- fixed: Fixed in commit: …
- 09:46 Ticket #3481 (segmentation fault of cppcheck) created by
- the following garbage code crashes cppcheck […] […] Note: it only …
- 09:44 Ticket #3480 (segmentation fault of cppcheck) created by
- the following code crashes cppcheck: […] […]
01/08/12:
- 17:53 Ticket #3479 ([PATCH] man/cppcheck.1.xml: fix a typo in the man page) closed by
- invalid: Indeed. I was testing it with cppcheck-1.51, which supported only the …
- 16:19 Ticket #3479 ([PATCH] man/cppcheck.1.xml: fix a typo in the man page) created by
- 14:33 Ticket #3478 (returning a valid reference is broken by commit f306246) closed by
- fixed: Fixed by …
- 13:42 Ticket #3478 (returning a valid reference is broken by commit f306246) reopened by
- There was something stale in my working copy while bisecting, which caused …
- 13:27 Ticket #3478 (returning a valid reference is broken by commit f306246) closed by
- duplicate: Can't reproduce with current git. I don't get such a message with cmdline …
- 12:44 Ticket #3478 (returning a valid reference is broken by commit f306246) created by
- The following code: […] ... gives me the following false positive with …
- 11:08 Ticket #3472 (false positive: (error) Passing value 0 to log() leads to undefined result) closed by
- fixed: Fixed by: …
- 07:45 Ticket #3473 (False positive: variable is assigned value that is never used (used in ...) closed by
- fixed: Fixed by: …
- 07:31 Ticket #3467 (False positive: Variable is not assigned a value (new)) closed by
- fixed: Fixed by: …
01/07/12:
- 23:10 Ticket #3477 (.C files are detected as C++ files in Windows) created by
- In unix, .C is used for C++ file and .c is used for C file. In Windows …
- 14:16 Ticket #3476 (GUI: Project file should allow recursive checked paths) created by
- It is a bit cumbersome to add each and every directory separately into the …
- 08:38 Ticket #3320 (False positive: Member variable is not initialized in the constructor ...) closed by
- fixed: Fixed by: …
- 07:09 Ticket #3369 (New check: Uninitialized variable (conditional initialization => usage)) closed by
- fixed: I think the check is good enough to close this ticket.
01/06/12:
- 19:05 Ticket #3475 (False positive: Memory leak: data) created by
- Source code: […] Message (with --debug-warnings): […] This is …
- 17:49 Ticket #3474 (Tokenizer::simplifyKnownVariables: better handling of inner scopes that ...) created by
- Example code: […] The "return 10 / x;" should be simplified to "return …
- 15:07 Ticket #2405 (debug messages provide incorrect file:line information) closed by
- fixed: Fixed by commit: …
- 13:29 Ticket #2405 (debug messages provide incorrect file:line information) reopened by
- Actually I found that in checkmemoryleak.cpp:2183: […] which it seems …
- 12:39 Ticket #3015 (xml-style error output when running testrunner on particular tests) closed by
- fixed: This commit: …
- 02:38 Ticket #3473 (False positive: variable is assigned value that is never used (used in ...) created by
- The following code is a significant simplification of some existing code …
01/05/12:
- 18:09 Ticket #3472 (false positive: (error) Passing value 0 to log() leads to undefined result) created by
- cppcheck is returning the error, "Passing value 0 to log() leads to …
01/04/12:
- 15:35 Ticket #3471 (Do not take __attribute__((constructor)) in to consideration) created by
- Example code: […] Run cppcheck on code: […] This is dangerous …
- 12:39 Ticket #3470 (Problem with macro values seeming to change during run) closed by
- worksforme: it works for me with latest git head. however I can reproduce with 1.52
- 12:13 Ticket #3470 (Problem with macro values seeming to change during run) created by
- I have an odd problem with a macro value check that has started as of 1.52 …
- 10:23 Ticket #3468 (False positive: incorrect handling of %*[^:]: in scanf argument check) closed by
- fixed: Fixed by …
01/03/12:
- 13:56 Ticket #3469 (Other: fix gcc -Wsign-conversion warnings in cppcheck code) created by
- Compiling cppcheck with '-Wsign-conversion' gives these warnings: […] …
- 07:56 Ticket #3468 (False positive: incorrect handling of %*[^:]: in scanf argument check) created by
- I have with cppcheck 1.52 a false-positive with following piece of code: …
- 07:33 Ticket #3467 (False positive: Variable is not assigned a value (new)) created by
- Example code: […] Cppcheck reports: […]
01/02/12:
- 23:23 Ticket #3466 (varId: (debug) Scope::checkVariable found variable 'a' with varid 0.) created by
- […] […]
- 22:14 Ticket #3447 (Improve void CheckStl::if_find()) closed by
- fixed: Fixed with commit: …
- 17:31 Ticket #3465 (ErrorLogger class role is confused) created by
- ErrorLogger documents itself as an interface class. It is …
- 16:17 Ticket #3464 (Check for assignment of NULL to iterator) created by
- Some compilers accept assigning a NULL pointer to an iterator, at least …
- 13:23 Ticket #3461 (False positive with the m modifier in scanf) closed by
- fixed: Fixed by …
- 12:36 Ticket #3445 (Problems with lib/standards.h) closed by
- fixed: Fixed by: …
- 10:26 Ticket #3463 (Uninitialized variable variable pointer) closed by
- fixed: Fixed by: …
- 07:57 Ticket #3463 (Uninitialized variable variable pointer) created by
- I get the followin error with the code below. [ptr.cpp:4]: (error) …
- 07:12 Ticket #3462 (No warning about missed class members in copy operator of derived class) created by
- Hi, Cppcheck do not shows warning about missed class member in copy …
01/01/12:
- 17:27 Ticket #3421 (Incorrect parsing of preprocessor directives) closed by
- duplicate: I fail to reproduce. I guess this is a duplicate of #3418
- 17:03 Ticket #3289 ([patch] fp nullpointer when expliciting unknown function namespace) closed by
- worksforme: works for me. I think this was fixed either by: …
- 09:52 Ticket #3461 (False positive with the m modifier in scanf) created by
- With current cppcheck git: […] cppcheck seems to be handling the m …
- 07:54 Ticket #3460 (New check: duplicate return values around if statement) created by
- Please find attached a patch that implements checking for the following …
12/31/11:
- 22:16 Ticket #3457 (Statement following goto can be executed) closed by
- fixed: Simplification of goto moved to ticket #3459
- 22:15 Ticket #3459 (Simplify goto before loop) created by
- This code: […] Looks like this after simplification. We should …
- 20:48 Ticket #3448 (segmentation fault of cppcheck) closed by
- fixed
- 11:09 Ticket #3449 (segmentation fault of cppcheck) closed by
- fixed: Fixed by: …
12/30/11:
- 09:33 Ticket #3382 (Clarify error message "invalid deallocation") closed by
- fixed: Fixed by: …
- 08:48 Ticket #3454 (false positive: (style) Variable 'iFaktor' is assigned a value that is ...) closed by
- fixed: Fixed by: …
12/29/11:
- 21:53 Ticket #3458 (Deprecate Information severity and add own function for it) created by
- Although we had good intentions (don't we always?) when adding the …
- 16:21 Ticket #3457 (Statement following goto can be executed) created by
- The style message "Statements following return, break, continue, goto or …
- 16:10 Ticket #3456 (Boolean comparison with string literal intended) created by
- I have this line following a switch block that should only execute if …
- 07:31 Ticket #3446 (GUI: MRU items must be disabled while checking) closed by
- fixed: Dan merged the pull request: …
- 07:10 Ticket #3335 (improve check: warn about potential missuse of isgraph-like functions) closed by
- fixed: Thanks! I applied your patch with: …
- 06:36 Ticket #3444 (False positive using putenv) closed by
- fixed: Fixed by: …
- 01:14 Ticket #3455 (Optionally include inside the diagnostical messages which ...) created by
- Example of message from ticket #3453: […] because it seems easy to …
- 00:54 Ticket #3453 (false positive: unused variable due to wrong processing of preprocessor ...) closed by
- worksforme: Thank you for the explanation. I close this as ticket as worksforme.
12/28/11:
- 23:09 Ticket #3454 (false positive: (style) Variable 'iFaktor' is assigned a value that is ...) created by
- […] […]
- 23:01 Ticket #3453 (false positive: unused variable due to wrong processing of preprocessor ...) created by
- the following code: […] produces the FP: […]
- 21:58 Ticket #3452 (ErrorLogger: complain/raise assertion when error message has extra ...) created by
- See ticket #3451 and commit fixing it: …
- 21:22 Ticket #3444 (False positive using putenv) reopened by
- 16:17 Ticket #3451 (A (style) type warning witout message text) closed by
- fixed
- 11:35 Ticket #3451 (A (style) type warning witout message text) created by
- One of examples when such a message is printed is: switch (x) { case 1: …
- 11:23 Ticket #3450 (CLI --report-progress is currently useless) created by
- I was interested in seeing if I can get more progress info/output from …
- 11:17 Ticket #3449 (segmentation fault of cppcheck) created by
- The following garbage code lets cppcheck crash: […] […]
- 11:13 Ticket #3448 (segmentation fault of cppcheck) created by
- The following code lets cppcheck crash: […] […] BTW: It is …
- 08:39 Ticket #3202 (GUI: Support std=posix) closed by
- fixed
- 08:35 Ticket #3203 (GUI: Support std=c99) closed by
- fixed
- 08:33 Ticket #3242 (GUI: Unmatched suppression: message in wrong category) closed by
- fixed
12/27/11:
- 21:19 Ticket #3447 (Improve void CheckStl::if_find()) created by
- For this code the error is detected: […] […] But for this code it …
- 20:24 Ticket #3446 (GUI: MRU items must be disabled while checking) created by
- Project MRU items are currently enabled while the checking is done. One …
- 15:54 Ticket #3445 (Problems with lib/standards.h) created by
- I noticed two problems with file lib/standards.h: - its encoding is …
- 13:04 Ticket #3250 (GUI: platform type should not be changeable at runtime) closed by
- fixed
12/26/11:
- 18:49 Ticket #3416 (segmentation fault of cppcheck) closed by
- fixed: should be fixed by commit: …
- 18:15 Ticket #3444 (False positive using putenv) closed by
- invalid
- 16:26 Ticket #3444 (False positive using putenv) created by
- code sample : […] cppcheck output : cppcheck testcase.c Checking …
- 11:40 Ticket #3201 (Checking iterators from different objects) closed by
- fixed: Fixed by: …
- 07:13 Ticket #3438 (false positive: (style) Variable 'dBuf' is not assigned a value) closed by
- fixed: Fixed by: …
- 06:47 Ticket #3434 (False positive Returning reference to auto variable) closed by
- fixed: Fixed by: …
12/25/11:
- 16:05 Ticket #3443 (false positives: possible null pointer dereference (calling unknown ...) closed by
- fixed: Fixed by: …
- 10:06 Ticket #3435 (False positive: (warning) Member variable 'A::m_Vec' is not initialized in ...) closed by
- fixed: Fixed by: …
12/24/11:
- 10:59 Ticket #3443 (false positives: possible null pointer dereference (calling unknown ...) created by
- We show potential false positives for such code: […] The potential …
- 10:30 Ticket #3432 (Help texts overflow in Windows default 80-char console) closed by
- fixed: Fixed by: …
12/23/11:
- 23:26 Ticket #3442 (unmatchedSuppression can't be suppressed) created by
- unmatchedSuppression can't be suppressed Code: […] suppressions: …
- 15:09 Ticket #3419 (false positive: (style) Same expression on both sides of '&'.) closed by
- fixed: Fixed by: …
- 11:48 Ticket #3441 (segmentation fault of cppcheck (%: return ; ())) closed by
- fixed: Fixed by: …
12/22/11:
- 22:17 Ticket #3441 (segmentation fault of cppcheck (%: return ; ())) created by
- The following garbage code makes cppcheck crash: […] […]
- 06:30 Ticket #3437 (segmentation fault of cppcheck) closed by
- fixed: Thank you very much! I applied your patch with: …
12/21/11:
- 22:43 Ticket #3430 (GUI: Cppcheck 1.52 copyright information not updated - problem when ...) reopened by
- Seems I've updated the copyright in rev: …
- 20:30 Ticket #3430 (GUI: Cppcheck 1.52 copyright information not updated - problem when ...) closed by
- fixed: Fix in current rev
- 10:03 Ticket #3440 (performance checking Qt header) created by
- Hi, cppcheck takes a while checking Qt 4.7.0's qobject.h. On my i7, it …
- 06:45 Ticket #3361 (Preprocessor: Mix of #pragma and defines cause cppcheck to not report ...) closed by
- fixed
- 06:44 Ticket #3361 (Preprocessor: Mix of #pragma and defines cause cppcheck to not report ...) reopened by
- no owner => reopen
- 06:44 Ticket #3361 (Preprocessor: Mix of #pragma and defines cause cppcheck to not report ...) closed by
- fixed: I believe this ticket is fixed. PKEuS removed the ifcfg check with …
- 05:17 Ticket #3433 (False positive: Same iterator is used with both myVector and myMap) closed by
- fixed: Fixed by: …
12/20/11:
- 19:49 Ticket #3439 (Improve check: Return value not taken when calling allocation function) created by
- This follows a conversation that took place on IRC. It would be great that …
- 05:38 Ticket #3410 (Comparing bool against bool produces false positive) closed by
- fixed: Fixed by: …
12/19/11:
- 23:00 Ticket #3438 (false positive: (style) Variable 'dBuf' is not assigned a value) created by
- […] […]
- 22:22 Ticket #3437 (segmentation fault of cppcheck) created by
- […] […]
- 15:56 Ticket #3436 (New check: buffer overflow when using asctime_r with wrong buffersize) created by
- I have an idea for new check when the asctime_r function is used, a …
- 09:45 Ticket #3435 (False positive: (warning) Member variable 'A::m_Vec' is not initialized in ...) created by
- […] […]
- 08:31 Ticket #3434 (False positive Returning reference to auto variable) created by
- I have a false positive checking the code below. (error) Returning …
- 00:12 Ticket #3433 (False positive: Same iterator is used with both myVector and myMap) created by
- This code generates a false positive. [fp.cpp:15]: (error) Same iterator …
12/18/11:
- 18:45 Ticket #3427 (False positive: (error) Dangerous usage of c_str(). The returned value by ...) closed by
- fixed: Thanks! I applied the patch with: …
- 18:42 Ticket #3327 (printf with std::string as parameter) closed by
- fixed: I applied your patch with: …
- 17:39 Ticket #3432 (Help texts overflow in Windows default 80-char console) created by
- With Cppcheck 1.52 Windows CLI, part of the help text looks like this: …
- 17:30 Ticket #3431 (Cppcheck-installed text files unreadable in Windows by default) created by
- Cppcheck installs two text files to Windows machine: - authors.txt - …
- 17:20 Ticket #3430 (GUI: Cppcheck 1.52 copyright information not updated - problem when ...) created by
- Just noticed that Cppcheck 1.52 GUI copyright information hasn't been …
- 17:17 Ticket #3429 (Cppcheck 1.52 installer doesn't do proper update) created by
- I had Cppcheck 1.51 installed from the MSI installer. Now I ran Cppcheck …
- 13:41 Ticket #3428 (false negative: array bounds errors not found when duplicate class names ...) created by
- This code: […] produces no errors in current git. prior to …
- 12:42 Ticket #3425 (False positive: Null pointer dereference (pointer is checked in macro)) closed by
- fixed: Fixed by: …
12/17/11:
- 19:01 Ticket #3422 (Internal error in exceptRethrowCopy check) closed by
- fixed: Thanks! I applied your patch with: …
- 18:06 Ticket #3424 (Tokenizer: doesn't tokenize if-if-else-else correctly) closed by
- fixed: Fixed by: …
- 17:28 Ticket #3048 (False Positive (Inconclusive) - Technically the member function ...) closed by
- fixed: This was fixed in commit e5427fe487dc8aac8f84b6b7e2bf8c31e79d7f86
- 17:11 Ticket #3427 (False positive: (error) Dangerous usage of c_str(). The returned value by ...) created by
- This code: […] produces this false positive: […]
- 14:33 Ticket #3426 ((error) Invalid number of character ({) when these macros are defined:) closed by
- fixed: Fixed by: …
- 13:28 Ticket #3426 ((error) Invalid number of character ({) when these macros are defined:) created by
- This code: […] produces this error: […]
- 11:19 Ticket #3425 (False positive: Null pointer dereference (pointer is checked in macro)) created by
- Source code: […] This false positive is reported: […] Ideally, if …
- 07:27 Ticket #3424 (Tokenizer: doesn't tokenize if-if-else-else correctly) created by
- Example code: […] The --debug output is not right. The brackets are …
12/16/11:
- 19:46 Ticket #3423 (Uninitialized variable in operator>>) closed by
- fixed
- 14:17 Ticket #3423 (Uninitialized variable in operator>>) created by
- I get with the code below [dani/stream.cpp:7]: (error) Uninitialized …
- 09:36 Ticket #3422 (Internal error in exceptRethrowCopy check) created by
- Hi, I found internal error. […] […] I made simple patch. Regards.
- 09:09 Ticket #3421 (Incorrect parsing of preprocessor directives) created by
- Hi, Checking the following file […] witch cppcheck --enable=all …
12/15/11:
- 21:05 Ticket #3420 (Introduce compiled Token::Match patterns) created by
- Hi, I've been busy the last months working on an engine to compile …
- 19:56 Ticket #3419 (false positive: (style) Same expression on both sides of '&'.) created by
- […] […] It is tokenized to: […] Adding brackets around makes …
- 19:00 Ticket #2340 (False positive: method can be const (technically it's correct, but the ...) reopened by
- hmm.. I'll reopen this ticket anyway. I still don't like these false …
- 17:51 Ticket #3418 (preprocessor define assignment not propagated) closed by
- fixed: Fixed by: …
- 17:32 Ticket #3414 (false positive: (error) Uninitialized variable: SOutput) closed by
- fixed: Fixed by: …
- 17:18 Ticket #3417 (False positive: Uninitialized variable when conditionally set) closed by
- fixed: Fixed by: …
- 15:50 Ticket #3415 (Segmentation fault in new check for uninitialized variables) closed by
- fixed: Fixed by: …
- 11:47 Ticket #3418 (preprocessor define assignment not propagated) created by
- This code compiles ok with cpp -DQT_BOOTSTRAPPED but I get an error …
- 11:42 Ticket #3397 (-D hides #defines) closed by
- invalid: Sorry, you're right. The problem I have is a bit different. I'll open …
- 10:57 Ticket #3417 (False positive: Uninitialized variable when conditionally set) created by
- If I run cppcheck 1.52 on the code below, I get [kk.cpp:13]: (error) …
- 10:45 Ticket #3416 (segmentation fault of cppcheck) created by
- […] […]
- 10:36 Ticket #3415 (Segmentation fault in new check for uninitialized variables) created by
- When checking the code below I get a segmentation fault […]
- 09:32 Ticket #3414 (false positive: (error) Uninitialized variable: SOutput) created by
- Scanning the following code with latest git […] gives: […] It is …
- 03:03 Ticket #3413 (False Positive : Summary: Variable 'termSpaceIndex' is assigned a value ...) closed by
- fixed
- 03:00 Ticket #3413 (False Positive : Summary: Variable 'termSpaceIndex' is assigned a value ...) created by
- I am running this code […] And I get this error from CppCheck? v1.52 …
Note: See TracTimeline
for information about the timeline view.