| | [Sigunix] [article] Source Code Scanners for Better Code (Site not responding. Last check: 2007-11-04) |
 | | FlawFinder is also pretty fast, covering thousands of lines of C code on a typical desktop machine in a matter of seconds. |
 | | For example, in tests using intentionally insecure code, FlawFinder was able to distinguish between strcpy() from a constant sized string and variable length strings, the difference between vulnerabilities and false hits. |
 | | FlawFinder found two unique problems worth reporting, but missed the note about the fixed size declaration of "char buf[ 1024 ]" at line 37, which could become a problem (and it does on some platforms). |
| acm.cwru.edu /pipermail/sigunix/2001-October/000584.html (1857 words) |