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-data
Beschreibungtool for statically checking C programs for bugs - data files
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version3.1.2.dfsg1-2
Sektiondevel
Prioritätoptional
Installierte Größe1104 Byte
Hängt ab von
Empfohlene Paketesplint (= 3.1.2.dfsg1-2)
PaketbetreuerY Giridhar Appaji Nag
Quellesplint
Paketgröße182050 Byte
Prüfsumme MD5697780f90ad9e1181a19c985748cc6b7
Prüfsumme SHA1bbe363b08c81364dff78acc6b398a763d026a4e5
Prüfsumme SHA25642a9a4fcdcd48411ca42f786d48a42c2718f1793b2b7f7a2691c0a614a20b542
Link zum Herunterladensplint-data_3.1.2.dfsg1-2_all.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 . This package contains the data files that are necessary to use splint.


Impressum
Linux is a registered trademark of Linus Torvalds