sparse 0.6.4-4ubuntu3 source package in Ubuntu

Changelog

sparse (0.6.4-4ubuntu3) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 19:02:39 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel
Noble release universe devel

Downloads

File Size SHA-256 Checksum
sparse_0.6.4.orig.tar.gz 472.4 KiB bd98fd8a122ff79d38a81feb75ec728699101e80701f33f21180912c3c9e949c
sparse_0.6.4-4ubuntu3.debian.tar.xz 11.7 KiB a758af2d013a9d9fbc1db74df0825380c0fd5c05ec5c55f5f57b6da5948b59fb
sparse_0.6.4-4ubuntu3.dsc 2.0 KiB 107ace91ab01f92cfff728587595c3770581dc7b7ded0ccdeaba96c8c9b0a1b7

Available diffs

View changes file

Binary packages built by this source

sparse: semantic parser of source files

 Sparse, the semantic parser, provides a compiler frontend capable of
 parsing most of ANSI C as well as many GCC extensions, and a collection
 of sample compiler backends, including a static analyzer also called
 "sparse". Sparse provides a set of annotations designed to convey
 semantic information about types, such as what address space pointers
 point to, or what locks a function acquires or releases.
 .
 Sparse can be invoked directly as "sparse" or via the "cgcc" wrapper
 around the C compiler.

sparse-dbgsym: debug symbols for sparse
sparse-test-inspect: semantic parser of source files

 Sparse, the semantic parser, provides a compiler frontend capable of
 parsing most of ANSI C as well as many GCC extensions, and a collection
 of sample compiler backends, including a static analyzer also called
 "sparse". Sparse provides a set of annotations designed to convey
 semantic information about types, such as what address space pointers
 point to, or what locks a function acquires or releases.
 .
 This package contains the test-inspect program.

sparse-test-inspect-dbgsym: debug symbols for sparse-test-inspect