071e719d58
Fix CVE-2020-12762: json-c through 0.14 has an integer overflow and out-of-bounds write via a large JSON file, as demonstrated by printbuf_memappend. Also update indentation in hash file (two spaces) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
399 B
Makefile
15 lines
399 B
Makefile
################################################################################
|
|
#
|
|
# json-c
|
|
#
|
|
################################################################################
|
|
|
|
JSON_C_VERSION = 0.15
|
|
JSON_C_SITE = https://s3.amazonaws.com/json-c_releases/releases
|
|
JSON_C_INSTALL_STAGING = YES
|
|
JSON_C_LICENSE = MIT
|
|
JSON_C_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(cmake-package))
|
|
$(eval $(host-cmake-package))
|