all options
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Source: splint  ]

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

Links for splint

Screenshot

Debian Resources:

Download Source Package splint:

Maintainer:

External Resources:

Similar packages:

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

Tags: Software Development: C Development, Libraries, Testing and QA, Implemented in: implemented-in::c, interface::commandline, Role: Development Library, Program, Scope: scope::utility, security::TODO, Purpose: Checking, Works with: Source Code

Other Packages Related to splint

  • depends
  • recommends
  • suggests
  • enhances

Download splint

Download for all available architectures
Architecture Package Size Installed Size Files
amd64 695.1 kB2,320.0 kB [list of files]
arm64 621.0 kB2,312.0 kB [list of files]
armel 569.1 kB2,030.0 kB [list of files]
armhf 581.9 kB1,638.0 kB [list of files]
i386 747.6 kB2,703.0 kB [list of files]
mips64el 619.2 kB2,992.0 kB [list of files]
mipsel 617.0 kB2,813.0 kB [list of files]
ppc64el 704.2 kB2,912.0 kB [list of files]
s390x 620.1 kB2,452.0 kB [list of files]