cjson 1.7.16-1ubuntu0.2 source package in Ubuntu

Changelog

cjson (1.7.16-1ubuntu0.2) mantic-security; urgency=medium

  * SECURITY UPDATE: null pointer dereference
    - debian/patches/CVE-2023-50471-50472-1.patch: add NULL checks in
      cJSON_InsertItemInArray and cJSON_SetValuestring.
    - debian/patches/CVE-2023-50471-50472-2.patch: fix error in null
      checkings
    - CVE-2023-50471
    - CVE-2023-50472
  * SECURITY UPDATE: null pointer dereference
    - debian/patches/CVE-2024-31755-1.patch: adds the NULL check of
      valuestring before it is dereferenced.
    - debian/patches/CVE-2024-31755-2.patch: update comments and add
      tests for cJSON_SetValuestring.
    - CVE-2024-31755

 -- Allen Huang <email address hidden>  Tue, 21 May 2024 16:44:05 +0100

Upload details

Uploaded by:
Allen Huang
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc
Mantic security universe misc

Downloads

File Size SHA-256 Checksum
cjson_1.7.16.orig.tar.gz 345.2 KiB 451131a92c55efc5457276807fc0c4c2c2707c9ee96ef90c47d68852d5384c6c
cjson_1.7.16-1ubuntu0.2.debian.tar.xz 5.4 KiB ad6f7387f7472b697b71923bd6bb5a08480f03cd1b4ab2c4c8c98a6648ddb52e
cjson_1.7.16-1ubuntu0.2.dsc 2.0 KiB 9e7abb05acc7296ea7d5489c1ddfeb14543b9098825393a9bfc38e04ef0068b5

View changes file

Binary packages built by this source

libcjson-dev: Ultralightweight JSON parser in ANSI C (development files)

 cJSON is a ultralightweight json parse.
 .
 It aims to be the dumbest possible parser that you can get your job done with.
 .
 It's a single file of C, and a single header file.
 .
 This package contains the header files of cJSON.

libcjson1: Ultralightweight JSON parser in ANSI C

 cJSON is a ultralightweight json parse.
 .
 It aims to be the dumbest possible parser that you can get your job done with.
 .
 It's a single file of C, and a single header file.
 .
 This package contains the shared libraries.

libcjson1-dbgsym: debug symbols for libcjson1