Skip to content
Sections
>> Trisquel >> Packages >> etiona >> devel >> splint
etiona  ] [  nabia  ] [  aramo  ]
[ Source: splint  ]

Package: splint (1:3.1.2+dfsg-1build1)

tool for statically checking C programs for bugs

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

Other Packages Related to splint

  • depends
  • recommends
  • suggests
  • dep: libc6 (>= 2.14) [amd64]
    GNU C Library: Shared libraries
    also a virtual package provided by libc6-udeb
    dep: libc6 (>= 2.7) [i386]
  • dep: splint-data (= 1:3.1.2+dfsg-1build1)
    tool for statically checking C programs for bugs - data files
  • sug: splint-doc-html
    tool for statically checking C programs for bugs - HTML documentation

Download splint

Download for all available architectures
Architecture Package Size Installed Size Files
amd64 666.6 kB2243 kB [list of files]
i386 716.5 kB2606 kB [list of files]