47
I Use This!
High Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 5 hours ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
CheckHeaders: Check if all included headers are needed More... over 19 years ago
Added check: "if (condition) var=true;" can be written as "var|=(condition);" More... over 19 years ago
Buffer overrun: also check the 'memcopy' parameters. More... over 19 years ago
Added check: suspicious usage of strtok More... over 19 years ago
Invalid Function Parameter: Check calls to strtol and strtoul More... over 19 years ago
CheckHeaders: Minor update More... over 19 years ago
CheckBufferOverrun: Optimized and improved the checking More... over 19 years ago
Added check: 'IsAlpha' More... over 19 years ago
Tests: Updated the tests. Checking for unneeded includes More... over 19 years ago
CheckHeaders: Check for unnecessary headers. some fixes. More... over 19 years ago
CheckMemoryLeak: Bug fix. More... over 19 years ago
tokenize: bug fixes. Handling typedefs. More... over 19 years ago
Test: Updated 'testif2' which is testing the 'a=b; if (a!=b)' More... over 19 years ago
Test: Test that 'a=b; if (a==b)' don't generate false positives More... over 19 years ago
Test: Test that 'a=b; if (a==b)' is detected More... over 19 years ago
tokenize: Fixed the 'typedef' simplifications. Added token '#' upon preprocessor instructions. More... over 19 years ago
Test: Test that 'a=b; if (a==b)' is detected More... over 19 years ago
CheckOther: Added check for 'a=b; if (a==b)' More... over 19 years ago
tokenizer: made the 'SizeOfType' public. bug fix in the tokenizer (strings longer than 1000 characters). More... over 19 years ago
CheckBufferOverrun.cpp: Bug fixes More... over 19 years ago
minor updates More... over 19 years ago
Tokenize: Replace 'typedef' More... over 19 years ago
Tokenize: Simplify declarations More... over 19 years ago
Tokenize: Replace '*(var+num)' with 'var[num]' More... over 19 years ago
Tokenize: improved the preprocessing of 'sizeof(type)' More... over 19 years ago
tok: Added a program that tests the tokenizer. More... over 19 years ago
Tokenize: Improved the tokenizer. Calculations are done in the tokenizer. sizeof is replaced with numbers. More... over 19 years ago
Test: Added a buffer overrun test that contains a calculation that points at an illegal index More... over 19 years ago
Makefile: Updated because the program has been split up into several files. More... over 19 years ago
CheckBufferOverrun: Improved checking for types other than char More... over 19 years ago