Télécharger le paquet source splint :
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
|
|
|
| Architecture | Taille du paquet | Espace occupé une fois installé | Fichiers |
|---|---|---|---|
| alpha | 796,1 ko | 2436 ko | [liste des fichiers] |
| amd64 | 749,0 ko | 1836 ko | [liste des fichiers] |
| armel | 656,0 ko | 1540 ko | [liste des fichiers] |
| avr32 (portage non officiel) | 671,4 ko | 1364 ko | [liste des fichiers] |
| hppa | 740,2 ko | 1732 ko | [liste des fichiers] |
| hurd-i386 | 680,3 ko | 1684 ko | [liste des fichiers] |
| i386 | 680,0 ko | 1684 ko | [liste des fichiers] |
| ia64 | 1 081,5 ko | 3900 ko | [liste des fichiers] |
| kfreebsd-amd64 | 748,5 ko | 1828 ko | [liste des fichiers] |
| kfreebsd-i386 | 679,5 ko | 1668 ko | [liste des fichiers] |
| m68k (portage non officiel) | 546,9 ko | 1708 ko | [liste des fichiers] |
| mips | 691,1 ko | 2524 ko | [liste des fichiers] |
| mipsel | 687,5 ko | 2524 ko | [liste des fichiers] |
| powerpc | 690,5 ko | 1816 ko | [liste des fichiers] |
| s390 | 698,6 ko | 1792 ko | [liste des fichiers] |
| sparc | 652,1 ko | 1628 ko | [liste des fichiers] |