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-doc-html
Beschreibungtool for statically checking C programs for bugs - HTML documentation
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version3.1.2.dfsg1-2
Sektionuniverse/doc
Prioritätoptional
Installierte Größe1056 Byte
Hängt ab von
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quellesplint
Paketgröße161356 Byte
Prüfsumme MD519f86f62f09eaeca285dced69a70445c
Prüfsumme SHA1fe4c937a2932cee3a2619c0174bf13f47463ecea
Prüfsumme SHA2569de6846c5034d84ab25bde099d4d806b37acb3e19ecd3684d9be7ffe4125588a
Link zum Herunterladensplint-doc-html_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 manual (HTML documentation) for splint.


Impressum
Linux is a registered trademark of Linus Torvalds