json-c 0.9-1ubuntu1.1 source package in Ubuntu

Changelog

json-c (0.9-1ubuntu1.1) precise-security; urgency=medium

  * SECURITY UPDATE: denial of service via buffer overflow (LP: #1311397)
    - debian/patches/CVE-2013-6370.patch: check lengths and add warnings to
      json_tokener.*.
    - CVE-2013-6370
  * SECURITY UPDATE: denial of service via hash collision (LP: #1311397)
    - debian/patches/CVE-2013-6371.patch: added better random seed and hash
      functions to Makefile.am, config.h.in, linkhash.c, random_seed.*,
      configure.in.
    - debian/{control,rules}: build with autoreconf
    - CVE-2013-6371
 -- Marc Deslauriers <email address hidden>   Tue, 03 Jun 2014 15:22:22 -0400

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
json-c_0.9.orig.tar.gz 333.0 KiB 702a486c9bf8e19137d484ab5c49b4ad314eb5e1fe37062a72c0a0fa39439475
json-c_0.9-1ubuntu1.1.debian.tar.gz 10.1 KiB 8304116e9f5a85d4ae03b93f21f2a3de2be8872a57d8c141d6172ef7360060f8
json-c_0.9-1ubuntu1.1.dsc 1.9 KiB d3c4c06c8966aa3e60df62453353dd426fa87bcb269716b4eb5fcdb0af766318

View changes file

Binary packages built by this source

libjson0: JSON manipulation library - shared library

 This library allows you to easily construct JSON objects in C,
 output them as JSON formatted strings and parse JSON formatted
 strings back into the C representation of JSON objects.

libjson0-dbg: JSON manipulation library - debug symbols

 This library allows you to easily construct JSON objects in C,
 output them as JSON formatted strings and parse JSON formatted
 strings back into the C representation of JSON objects.
 .
 The debugging symbols for tracking down bugs in applications
 that use libjson-c are provided by this package.

libjson0-dev: JSON manipulation library - development files

 This library allows you to easily construct JSON objects in C,
 output them as JSON formatted strings and parse JSON formatted
 strings back into the C representation of JSON objects.
 .
 The development headers for compiling programs that use libjson-c
 are provided by this package.