libgc 1:7.1-8ubuntu0.12.04.1 source package in Ubuntu

Changelog

libgc (1:7.1-8ubuntu0.12.04.1) precise-security; urgency=low

  * SECURITY UPDATE: multiple integer overflows
    - debian/patches/CVE-2012-2673.patch: check for integer overflow in
      internal malloc and calloc routines.
    - CVE-2012-2673
 -- Steve Beattie <email address hidden>   Wed, 01 Aug 2012 12:54:10 -0700

Upload details

Uploaded by:
Steve Beattie
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libgc_7.1.orig.tar.gz 1.0 MiB e3cef6028fe3efe7de3bcf4107c880eae50b3ee79841450d885467c09bcebf30
libgc_7.1-8ubuntu0.12.04.1.debian.tar.gz 25.2 KiB 461d8eed11c6f37cf41fbf51bc25ca42ce78c4225ab7484b6fa7c3b1eac6bf77
libgc_7.1-8ubuntu0.12.04.1.dsc 2.0 KiB 6d790fa9323c3c7b17745f276be34c7871d46abb4fbe15a28f2d4ae8ac48debd

View changes file

Binary packages built by this source

libgc-dev: conservative garbage collector for C (development)

 Boehm-Demers-Weiser's GC is a garbage collecting storage allocator that is
 intended to be used as a plug-in replacement for C's malloc or C++'s new().
 .
 It allows you to allocate memory basically as you normally would without
 explicitly deallocating memory that is no longer useful. The collector
 automatically recycles memory when it determines that it can no longer be
 used.
 .
 This version of the collector is thread safe, has C++ support and uses the
 defaults for everything else. However, it does not work as a drop-in malloc(3)
 replacement.
 .
 This package is required to compile and link programs that use libgc1c2.

libgc1c2: conservative garbage collector for C and C++

 Boehm-Demers-Weiser's GC is a garbage collecting storage allocator that is
 intended to be used as a plug-in replacement for C's malloc or C++'s new().
 .
 It allows you to allocate memory basically as you normally would without
 explicitly deallocating memory that is no longer useful. The collector
 automatically recycles memory when it determines that it can no longer be
 used.
 .
 This version of the collector is thread safe, has C++ support and uses the
 defaults for everything else. However, it does not work as a drop-in malloc(3)
 replacement.