splint is an annotation-assisted lightweight static checker. It is a tool for statically checking C programs for security vulnerabilities and coding mistakes. If additional effort is invested in adding annotations to programs, splint can perform stronger checking.
splint does many of the traditional lint checks including unused declarations, type inconsistencies, use before definition, unreachable code, ignored return values, execution paths with no return, likely infinite loops, and fall through cases. Problems detected by Splint include:
* Dereferencing a possibly null pointer * Using or returning storage that is undefined or not properly defined * Type mismatches, with greater precision and flexibility than by C compilers * Memory management errors like use of dangling references and memory leaks * Inconsistent (with specified interface) global variable modification or use * Problematic control flow such as likely infinite loops etc. * Buffer overflow vulnerabilities * Dangerous macro implementations or invocations * Violations of customized naming conventions
|
|
|
| アーキテクチャ | パッケージサイズ | インストールサイズ | ファイル |
|---|---|---|---|
| alpha | 796.1 kB | 2436 kB | [ファイル一覧] |
| amd64 | 749.0 kB | 1836 kB | [ファイル一覧] |
| armel | 656.0 kB | 1540 kB | [ファイル一覧] |
| avr32 (非公式の移植版) | 671.4 kB | 1364 kB | [ファイル一覧] |
| hppa | 740.2 kB | 1732 kB | [ファイル一覧] |
| hurd-i386 | 680.3 kB | 1684 kB | [ファイル一覧] |
| i386 | 680.0 kB | 1684 kB | [ファイル一覧] |
| ia64 | 1,081.5 kB | 3900 kB | [ファイル一覧] |
| kfreebsd-amd64 | 748.5 kB | 1828 kB | [ファイル一覧] |
| kfreebsd-i386 | 679.5 kB | 1668 kB | [ファイル一覧] |
| m68k (非公式の移植版) | 546.9 kB | 1708 kB | [ファイル一覧] |
| mips | 691.1 kB | 2524 kB | [ファイル一覧] |
| mipsel | 687.5 kB | 2524 kB | [ファイル一覧] |
| powerpc | 690.5 kB | 1816 kB | [ファイル一覧] |
| s390 | 698.6 kB | 1792 kB | [ファイル一覧] |
| sparc | 652.1 kB | 1628 kB | [ファイル一覧] |