The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| cppcheck-1.50-x86-Setup.msi | 2011-08-15 | 8.8 MB | |
| readme.txt | 2011-08-14 | 509 Bytes | |
| cppcheck-1.50.tar.bz2 | 2011-08-14 | 897.2 kB | |
| cppcheck-1.50.tar.gz | 2011-08-14 | 1.2 MB | |
| cppcheck-1.50.zip | 2011-08-14 | 1.3 MB | |
| Totals: 5 Items | 12.1 MB | 0 | |
There was many fixes of false positives and serious problems like crashes, hangs, etc. New checks: * Check for std::auto_ptr misuse (related to strict ownership) * Read array and then immediately check if the array index is within limits * assign pointer to int/long * assign bool to pointer * duplicate "break" statements in switch * matching "if" and "else if" conditions when using bitwise and * matching assigment and condition when using bitwise and * test if unsigned value is less than zero