How to Install and Uninstall splint-data Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 21,2024

1. Install "splint-data" package

Please follow the guidelines below to install splint-data on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install splint-data

2. Uninstall "splint-data" package

Please follow the guidelines below to uninstall splint-data on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove splint-data $ sudo apt autoclean && sudo apt autoremove

3. Information about the splint-data package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: splint-data
Priority: optional
Section: universe/devel
Installed-Size: 1104
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Y Giridhar Appaji Nag
Architecture: all
Source: splint
Version: 3.1.2.dfsg1-2
Replaces: splint (<< 3.1.2.dfsg-1)
Recommends: splint (= 3.1.2.dfsg1-2)
Conflicts: splint (<< 3.1.2.dfsg-1)
Filename: pool/universe/s/splint/splint-data_3.1.2.dfsg1-2_all.deb
Size: 182076
MD5sum: 09e907b7c3750c52b33b2217d690eec7
SHA1: 3651e126204bfca1e2d620c36570b3a5d08704e1
SHA256: d5ac15170fc3617388dc8c774af79b0ea14e7c01f1df8357c958d50734ad62bd
Description-en: tool for statically checking C programs for bugs - data files
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 data files that are necessary to use splint.
Description-md5: 7139e6a31ed47ad473a519d0c0a030a8
Homepage: http://www.splint.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu