DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamesplint
Beschreibungtool for statically checking C programs for bugs
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version3.1.2.dfsg1-2
Sektiondevel
Prioritätoptional
Installierte Größe1684 Byte
Hängt ab vonlibc6 (>= 2.7-1), splint-data (= 3.1.2.dfsg1-2)
Empfohlene Pakete
PaketbetreuerY Giridhar Appaji Nag
Quelle
Paketgröße696308 Byte
Prüfsumme MD518288bc5d2d5ddc3a7ff4a0817477ccc
Prüfsumme SHA13b1f5a09c2c45ebe1f674d0730fdb45d24070e38
Prüfsumme SHA2563da7af22ecc62db23da63cdbc9d8244987d127e162734c75f166033e011bafe3
Link zum Herunterladensplint_3.1.2.dfsg1-2_i386.deb
Ausführliche Beschreibungsplint 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


Impressum
Linux is a registered trademark of Linus Torvalds