mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/openjpeg: add CVE-2020-15389 entry
Commit b006cc373f forgot to add
the OPENJPEG_IGNORE_CVES entry
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
07b74f914d
commit
77ef9c333c
@@ -20,6 +20,9 @@ OPENJPEG_IGNORE_CVES += CVE-2020-6851
|
|||||||
# 0007-opj_tcd_init_tile-avoid-integer-overflow.patch
|
# 0007-opj_tcd_init_tile-avoid-integer-overflow.patch
|
||||||
OPENJPEG_IGNORE_CVES += CVE-2020-8112
|
OPENJPEG_IGNORE_CVES += CVE-2020-8112
|
||||||
|
|
||||||
|
# 0008-opj_decompress-fix-double-free-on-input-directory-with-mix-of-valid.patch
|
||||||
|
OPENJPEG_IGNORE_CVES += CVE-2020-15389
|
||||||
|
|
||||||
OPENJPEG_DEPENDENCIES += $(if $(BR2_PACKAGE_ZLIB),zlib)
|
OPENJPEG_DEPENDENCIES += $(if $(BR2_PACKAGE_ZLIB),zlib)
|
||||||
OPENJPEG_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBPNG),libpng)
|
OPENJPEG_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBPNG),libpng)
|
||||||
OPENJPEG_DEPENDENCIES += $(if $(BR2_PACKAGE_TIFF),tiff)
|
OPENJPEG_DEPENDENCIES += $(if $(BR2_PACKAGE_TIFF),tiff)
|
||||||
|
|||||||
Reference in New Issue
Block a user