splint 3.1.2.dfsg1-4 source package in Ubuntu

Changelog

splint (3.1.2.dfsg1-4) unstable; urgency=medium

  * QA upload.
  * Add libfl-dev to Build-Depends. (Closes: #846448)
  * Mark split-{data,doc-html} Multi-Arch: foreign.

 -- Helmut Grohne <email address hidden>  Thu, 01 Dec 2016 14:19:06 +0100

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
splint_3.1.2.dfsg1-4.dsc 2.0 KiB 659fe9576147c042c9af85aa3f23aba7423bccc5180c4bd035b1e35bbfd65e83
splint_3.1.2.dfsg1.orig.tar.gz 1.7 MiB 4f1247514b7c7a4ed5a68841e2406749fa31dd82efafc41c617ff500e81c7145
splint_3.1.2.dfsg1-4.debian.tar.xz 22.6 KiB 7db10558081d1f4a705d98090c820cc64b3157c5572120775237c4fa92f2775c

Available diffs

No changes file available.

Binary packages built by this source

splint: No summary available for splint in ubuntu zesty.

No description available for splint in ubuntu zesty.

splint-data: No summary available for splint-data in ubuntu zesty.

No description available for splint-data in ubuntu zesty.

splint-dbgsym: debug symbols for splint
splint-doc-html: tool for statically checking C programs for bugs - HTML documentation

 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
 .
 This package contains the manual (HTML documentation) for splint.